https://www.python.org/ftp/python/3.5.0/Python-3.5.0b4.tgz
tar -xzvf *tgz
cd 解压目录
./configure
make
make install
python
which python
cd /usr/bin/
rm -rf python
[root@daidai bin]# cp/root/Python-3.5.0b4/python python
本文出自 “90SirDB” 博客,请务必保留此出处http://90sirdb.blog.51cto.com/8713279/1795056
原文地址:http://90sirdb.blog.51cto.com/8713279/1795056