Centos7 yum安装Python3.6环境,超简单
配置好Python3.6和pip3
安装EPEL和IUS软件源
yum install epel-release -y yum install https://centos7.iuscommunity.org/ius-release.rpm -y
安装Python3.6
yum install python36u python36u-devel -y
创建python3连接符
ln -s /bin/python3.6 /bin/python3
安装pip3
yum install python36u-pip -y
创建pip3链接符
ln -s /bin/pip3.6 /bin/pip3
via.http://blog.51cto.com/wenguonideshou/2083301
因本文不是用Markdown格式的编辑器书写的,转换的页面可能不符合MIP标准。