So I have Debian machine for my Django production server. I need to install second python (2.7.1) to use with virtualenv. But it always write I don't have some modules, then I have to search manually, apt-install them and rebuild. Is there either a way to resolve the dependencies for building, or pre-compiled .deb with python 2.7.1 for Debian Squeeze? Sorry if this is much of a noobie question, I googled, honestly.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Get the Python 2.7.1 sources and compile it manually:
|
|||||
|
|
Python 2.7 is available for wheezy (testing), so you should be able to install it by adding the 1) add the repository in /etc/apt/sources.list
2) do the actual pinning in /etc/apt/preferences
A 3) install
(or |
|||||||||||||||||
|
|
Installing a chroot-environment with debootstrap could be also a fast and secure solution. It uses about 300mb
|
|||
|
|