You are on page 1of 1

su

cd /usr/src
wget https://www.python.org/ftp/python/2.7.6/Python-2.7.6.tgz --no-check-certifi
cate
tar -zvf Python-2.7.6.tgz
rm -rf Python-2.7.6.tgz
cd Python-2.7.6
./configure --prefix=/opt/python2.7 --enable-shared
make
make altinstall
export PATH=$PATH:/opt/python2.7/bin/

You might also like