Centos7 yum安装Python3.6环境
配置好Python3.6和pip3
安装EPEL和IUS软件源
yum install epel-release -y yum install https://centos7.iuscommunity.org/ius-release.rpm -y
yum install python36u -y
创建python3连接符,对此内容感兴趣的同学,还可以看看这个文章:
ln -s /bin/python3.6 /bin/python3
安装pip3
yum install python36u-pip -y
创建pip3链接符
ln -s /bin/pip3.6 /bin/pip3
转载请注明:开心VPS测评 » Centos7 yum安装Python3.6环境
本文由 vps网友提供 刊发,转载请注明出处