#get python2.7
wget https://www.python.org/ftp/python/2.7.9/Python-2.7.9.tgz
#install python
tar zxvf Python-2.7.9.tgz
cd Python-2.7.9
./configure
make
make install
cd ..
rm -rf Python*
时间: 2024-10-11 13:36:10
#get python2.7
wget https://www.python.org/ftp/python/2.7.9/Python-2.7.9.tgz
#install python
tar zxvf Python-2.7.9.tgz
cd Python-2.7.9
./configure
make
make install
cd ..
rm -rf Python*