虚拟机centos7安装python
1、下载python2.7.14安装包

2、解压安装包:
tar -xzf Python-2.7.14rc1.tgz

3、进入Python-2.7.14rc1,命令:
cd Python-2.7.14rc1
./configure

4、编码与安装:
make
make install
5、测试:
python
// 如下图,则显示成功。

阅读量:50
阅读量:92
阅读量:131
阅读量:75
阅读量:82
1、下载python2.7.14安装包

2、解压安装包:
tar -xzf Python-2.7.14rc1.tgz

3、进入Python-2.7.14rc1,命令:
cd Python-2.7.14rc1
./configure

4、编码与安装:
make
make install
5、测试:
python
// 如下图,则显示成功。
