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.

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

Comments

Popular posts from this blog

Difference between apt-get update and apt-get dis-upgrade