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

 

相关文章:

  • 2021-10-29
  • 2021-06-20
  • 2021-09-09
  • 2021-05-24
  • 2022-12-23
  • 2022-12-23
  • 2021-10-23
  • 2022-12-23
猜你喜欢
  • 2021-11-18
  • 2021-11-13
  • 2022-12-23
  • 2022-12-23
  • 2021-10-02
  • 2022-03-05
相关资源
相似解决方案