配置好Python3.6和pip3
安装EPEL和IUS软件源
12 | yum install epel-release -yyum install https://centos7.iuscommunity.org/ius-release.rpm -y |
安装Python3.6
1 | yum install python36u -y |
创建python3连接符
1 | ln -s /bin/python3.6 /bin/python3 |
安装pip3
1 | yum install python36u-pip -y |
创建pip3链接符
1 | ln -s /bin/pip3.6 /bin/pip3 |
本文出处:www.771633.com/8563.htm,原作者保留一切权利,若侵权请联系删除。