运维网's Archiver
论坛
›
Python
› python 2.7安装
vivion32
发表于 2017-4-21 10:23:48
python 2.7安装
wget http://www.python.org/ftp/python/2.7.5/Python-2.7.5.tar.bz2
bunzip2 Python-2.7.5.tar.bz2
tar xvf Python-2.7.5.tar
cd Python-2.7.5
./configure --prefix=/usr/local/python2.7
make
make install
页:
[1]
查看完整版本:
python 2.7安装