1.查看Python版本: python -V
2.下载Python 3.5版本:wget https://www.python.org/ftp/python/3.5.2/Python-3.5.2.tgz
3.解压:tar -zxvf Python-3.5.2.tgz
4.配置:./configure
5.编译(编译时间较长):make
6.安装:make install
7.关联:
先备份原来Python 2.7
再关联新Python 3.5
8.查看版本:python -V