PDA

View Full Version : Install Python 2.6 on Ubuntu 7.10



dorseye
February 7th, 2009, 07:04 PM
Greetings!
I am running Ubuntu 7.10 as a Vbox guest. It comes with Python 2.5 installed by default. I would like to add Python 2.6 to the box, but when I search for Python 2.6 in Synaptic Package Manager nothing really looks right..?

Is there an easy way to install Python 2.6 on Ubuntu 7.10?

If there is NOT an easy way, can anyone direct me to a tutorial that kind of walks you through it?

Unfortunately I am a Linux newbie and so my troubleshooting qualifications are quite limited, as is my understanding of of how ackages work vs. installing from source, or if you get something with a terminal sudo line..

Martin Witte
February 7th, 2009, 11:25 PM
if a version is not in the repository you have to build it from source (http://www.python.org/download/) (or switch to a distro which has python 2.6xx included, e.g suse 11.1 (http://software.opensuse.org/))