centos 安装 python36

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

 

posted on 2017-11-03 15:39  Lemo_wd  阅读(807)  评论(0编辑  收藏  举报

导航