Centos 7安装python3(PY3.6)

Posted 几米阳光

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos 7安装python3(PY3.6)相关的知识,希望对你有一定的参考价值。

1 # 安装
2 sudo yum install centos-release-scl
3 
4 sudo yum install rh-python36
5 #开启
6 scl enable rh-python36 bash

 修改YUM安装

vi /usr/bin/yum
#添加上2.7 Done

 

以上是关于Centos 7安装python3(PY3.6)的主要内容,如果未能解决你的问题,请参考以下文章