Python centOS 安装

Python 默认版本是2.4.3的,如果需要使用其他版本的需要下载安装

 

1.下载安装

# cd /usr/local/src  
# wget https://www.python.org/ftp/python/2.7.11/Python-2.7.11.tgz     

 

2.解压

# tar -zxvf Python-2.7.11.tgz  
# cd Python-2.7.11
# ./configure # make all # make install

 

posted @ 2016-05-25 11:49  黒貓  阅读(118)  评论(0编辑  收藏  举报