wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
yum install python36
依赖:python36-libs.x86_64
# 搜索pip3的安装包名称 yum whatprovides pip3 # 安装pip3 yum install python36-pip
CentOS7 yum安装python3.6
原文:https://blog.51cto.com/moerjinrong/2396290