首先安装依赖包
1 | yum -y groupinstall "Development tools" |
下载:
1 | https://www.python.org/ftp/python/ |
编译:
1 | tar -xvJf Python-3.6.5.tar.xz |
软连接:
1 | ln -s /usr/local/python/python3/bin/python3 /usr/bin/python3 |
首先安装依赖包
1 | yum -y groupinstall "Development tools" |
下载:
1 | https://www.python.org/ftp/python/ |
编译:
1 | tar -xvJf Python-3.6.5.tar.xz |
软连接:
1 | ln -s /usr/local/python/python3/bin/python3 /usr/bin/python3 |