Today, i got a task for build new version of python (2.7.1) on lucid. I googled then found http://ubuntuforums.org/showthread.php?t=1529315 . tar xzf Python-2.7.tgz cd Python-2.7 ./configure make sudo make altinstall Then create virtualenv -> virtualenv --no-site-packages -p / usr / bin / pythonx.x.x
It works!
ReplyDelete