python3 quick installation

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

Guess you like

Origin blog.51cto.com/13528748/2479751