Python 2.7 on Debian - Is this a good solution?
Is it a good idea to do this:
> # /etc/apt/sources.list
deb http://ftp.uk.debian.org/debian/ unstable main contrib non-free
deb http://ftp.uk.debian.org/debian/ experimental main contrib non-free
deb http://security.debian.org/ testing/updates main contrib
aptitude update
aptitude install python2.7
Then set the debian default to 2.6 as it was before, and then point to the 2.7 install for my virtualenv.
Any thoughts on this would be much appreciated, to me it seems elegant, but it may not be.
James
2 Replies
-Tim
@Spadez:
Is it a good idea to do this:
> # /etc/apt/sources.list deb http://ftp.uk.debian.org/debian/ unstable main contrib non-free deb http://ftp.uk.debian.org/debian/ experimental main contrib non-free deb http://security.debian.org/ testing/updates main contrib aptitude update aptitude install python2.7
No. Download the source and compile manually, if you need python2.7.