标签:
#get python2.7wget https://www.python.org/ftp/python/2.7.9/Python-2.7.9.tgz
#install pythontar zxvf Python-2.7.9.tgzcd Python-2.7.9./configuremakemake installcd ..rm -rf Python*
Centos install Python2.7
原文地址:http://www.cnblogs.com/jmbkeyes/p/4316911.html