From slangpdx at gmail.com Wed Dec 26 17:19:25 2012 From: slangpdx at gmail.com (stephen lang) Date: Wed, 26 Dec 2012 08:19:25 -0800 Subject: [portland] installing python on ubuntu Message-ID: Hello New to this group. I have python running on a windows machine but have not been able to get it installed on linux ubuntu. If anyone has experience that would be willing to help I would like to hear from them. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: From amjith.r at gmail.com Wed Dec 26 18:23:14 2012 From: amjith.r at gmail.com (Amjith Ramanujam) Date: Wed, 26 Dec 2012 09:23:14 -0800 Subject: [portland] installing python on ubuntu In-Reply-To: References: Message-ID: Hi Stephen, Welcome! Python comes preinstalled in Ubuntu. Did you try typing in 'python' in the terminal to see if it launches you into the interpreter? If that doesn't work, you can install python using the following command in your terminal: apt-get install python Amjith. On Wed, Dec 26, 2012 at 8:19 AM, stephen lang wrote: > Hello > > New to this group. I have python running on a windows machine but have not > been able to get it installed on linux ubuntu. If anyone has experience > that would be willing to help I would like to hear from them. > > Thanks > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://mail.python.org/pipermail/portland/attachments/20121226/3342460c/attachment.html > > > _______________________________________________ > Portland mailing list > Portland at python.org > http://mail.python.org/mailman/listinfo/portland > -------------- next part -------------- An HTML attachment was scrubbed... URL: From fractalid at gmail.com Wed Dec 26 21:33:08 2012 From: fractalid at gmail.com (Nathan Miller) Date: Wed, 26 Dec 2012 12:33:08 -0800 Subject: [portland] installing python on ubuntu In-Reply-To: References: Message-ID: On Wed, Dec 26, 2012 at 9:23 AM, Amjith Ramanujam wrote: > If that doesn't work, you can install python using the following command in > your terminal: > > apt-get install python Although you may need to prepend this with "sudo": sudo apt-get install python and authorize the command. Also, if you are familiar with IRC, the #pdxpython channel on freenode is a good place to get help with all things Python. Cheers- -n