CentOS7 yum安装python3.6

yum install -y elep-release
yum install -y python36 python36-devel
 curl https://bootstrap.pypa.io/get-pip.py |python3.6

原文地址:https://www.cnblogs.com/jiangwenhui/p/10095067.html