centos7-aliyun

# 安装EPEL和IUS软件源
yum install epel-release -y
yum install https://centos7.iuscommunity.org/ius-release.rpm -y

# 安装pip3.6或默认安装python3.6
yum install python36u-pip -y

# 其他
ln -s /bin/python3.6 /bin/python3
posted @ 2018-12-04 00:08  水银_aquarius  阅读(78)  评论(0编辑  收藏  举报