centos7 quick installation 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

Download the version number is specified as follows:
https://npm.taobao.org/mirrors/python/

Guess you like

Origin blog.51cto.com/xushaojie/2479753