Install Python 2.7 Debian 6.0. Squeeze


Here are guide to install Python 2.7 into Debian 6.0 Squeeze

1. Add new repo into “/etc/apt/sources.list”

1
deb http://ftp.uk.debian.org/debian/ testing main contrib non-free

2. Update and Upgrade

1
apt-get update && apt-get upgrade -y

3. Install python 2.7 and set as default

1
2
3
apt-get install libc6-dev
apt-get install python2.7
update-alternatives –install /usr/bin/python python /usr/bin/python2.7 10

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.