美文网首页
centos初始环境

centos初始环境

作者: heliping_peter | 来源:发表于2018-12-07 10:03 被阅读7次
  1. 更换镜像源
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

2.安装python3和pip3

 yum install epel-release
yum install python36
curl -O https://bootstrap.pypa.io/get-pip.py
python3.6 get-pip.py

相关文章

网友评论

      本文标题:centos初始环境

      本文链接:https://www.haomeiwen.com/subject/krwzcqtx.html