centos7クイックインストールのpython3

wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo

yum install python36 -y

yum install python36-pip -y

python3 --version

次のようにバージョン番号が指定されているダウンロード:
https://npm.taobao.org/mirrors/python/

おすすめ

転載: blog.51cto.com/xushaojie/2479753