配置好 Python3.6 和 pip3
安装 EPEL 和 IUS 软件源
-
yum install epel-release -y
-
yum install https://centos7.iuscommunity.org/ius-release.rpm -y
安装 Python3.6
-
yum install python36 -y (默认安装在usr/bin/下,本服务器就此命令解释器和pip3都安装上了)
创建 python3 连接符
-
ln -s /bin/python3.6 /bin/python3
安装 pip3
-
yum install python36u-pip -y
创建 pip3 链接符
-
ln -s /bin/pip3.6 /bin/pip3