关于Python3.5.4我们要了解这样一句话:Python 3.5.4 is the last “bugfix” release of 3.5. The Python 3.5 branch has now entered “security fixes only” mode; going forward, the only improvements made in the 3.5 branch will be security fixes.
1.下载源码安装包:
本人上传到优快云的资源下载(http://download.youkuaiyun.com/download/lockey23/9932108
#以下为官网下载,一般速度都很慢,建议从我本人上传资源下载
[root@lockey Desktop]# wget https://www.python.org/ftp/python/3.5.4/Python-3.5.4.tgz
#无论你是通过什么方式下载的,3.5.4版的.tgz包的地址都是这个
2.解压安装包:
[root@lockey Desktop]# tar -xzf Python-3.5.4.tgz