1.下载
wget https://www.python.org/ftp/python/3.7.1/Python-3.7.1rc1.tar.xz
(速度可能特别慢)
2.解压
tar -xvf Python-3.7.1rc1.tar.xz
3.编译安装
cd Python-3.7.1rc1/
./configure
make
make install
4.测试
python3 -V
注意:
若已经安装了python2,不用管他,因为有些程序依赖目前的python2环境
不要动现有的python2环境