Building python 2.7.1 on lucid
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.
Then create virtualenv
-> virtualenv --no-site-packages -p /usr/bin/pythonx.x.x
tar xzf Python-2.7.tgz cd Python-2.7 ./configure make sudo make altinstall
-> virtualenv --no-site-packages -p /usr/bin/pythonx.x.x
Comments
Post a Comment