美文网首页
centos7 install python3

centos7 install python3

作者: Al_不期而遇 | 来源:发表于2019-07-25 10:26 被阅读0次

考虑现在python3的应用,需要在现有的基础上安装python3,系统现在默认是python2的,但是不能升级python2以免对系统产生影响。

一、下载python3的源

sudo yum install -y https://centos7.iuscommunity.org/ius-release.rpm

二、yum install python3以及pip3

sudo yum install -y python36u python36u-libs python36u-devel python36u-pip

三、检查

python3.6 --version

相关文章

网友评论

      本文标题:centos7 install python3

      本文链接:https://www.haomeiwen.com/subject/lyycrctx.html