当前位置首页 > CentOS知识

centos安装python36

阅读次数:203 次  来源:admin  发布时间:

centos6 安装 python36

临时方法: https://www.softwarecollections.org/en/scls/rhscl/rh-python36/

方法二:

http://blog.csdn.net/loyachen/article/details/51878653

centos7 安装 python36

安装 ius源

#安装EPEL依赖
sudo yum install epel-release

#安装IUS软件源
sudo yum install https://centos7.iuscommunity.org/ius-release.rpm

安装 python36

sudo yum install python36u

sudo ln -s /bin/python3.6 /bin/python3

安装 pip3

sudo yum install python36u-pip

sudo ln -s /bin/pip3.6 /bin/pip3
上一篇:Fedora安装之后的系统配置与个性化
下一篇:fedora23安装配置记录