美文网首页
centos 安装python3+pip3

centos 安装python3+pip3

作者: warmi_ | 来源:发表于2018-11-27 09:35 被阅读0次
yum update -y
yum install epel-release -y
curl https://setup.ius.io |bash -y
yum install python36u -y
yum install python36u-pip


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

python3 装包 python3 -m pip install xxx
Python2装包, python2 -m pip install xxx

相关文章

网友评论

      本文标题:centos 安装python3+pip3

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