CentOSのインストール7 python3.6、PIP3

yum install epel-release -y
yum install https://centos7.iuscommunity.org/ius-release.rpm -y
yum install python36u python36u-devel -y
ln -s /bin/python3.6 /bin/python3
yum install python36u-pip -y
ln -s /bin/pip3.6 /bin/pip3

おすすめ

転載: www.cnblogs.com/qccz123456/p/11669456.html