Showing posts with label Python 2.6 on ubuntu hardy. Show all posts
Showing posts with label Python 2.6 on ubuntu hardy. Show all posts

Tuesday, December 21, 2010

Install Python 2.6 on Ubuntu 8.04 LTS

Add to /etc/apt/sources.list

deb http://ppa.launchpad.net/python-dev/ppa/ubuntu hardy main
deb-srchttp://ppa.launchpad.net/python-dev/ppa/ubuntu hardy main

Import the pub key sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys D81367B9


Install python2.6sudo apt-get install python2.6

(ext. source: Irimia'S Blog)