centos6/7 python3及yum安装教程
2020-12-13 05:59
标签:软链接 python3 centos6 声明 安装 问题 yun 修改 使用 1、配置好epel源和ius源 yum install https://centos6.iuscommunity.org/ius-release.rpm -y yum install https://centos7.iuscommunity.org/ius-release.rpm -y 2、安装Python3.6 yum install python36u -y ln -s /usr/bin/python3.6 /bin/python3 3、安装pip3 yum install python36u-pip -y pip安装yum报错问题 3、yum 使用的是python2.7,所以升级后会导致yum 不能用, 需修改一下2个文件 第一行的 python 的声明 下面两行目录文件 #! /usr/bin/python 修改为 #! /usr/bin/python2.7 /usr/libexec/urlgrabber-ext-down /usr/bin/yum ln -s /usr/bin/pip3.6 /bin/pip3 pip3 install --upgrade pip centos6/7 python3及yum安装教程 标签:软链接 python3 centos6 声明 安装 问题 yun 修改 使用 原文地址:https://blog.51cto.com/netsyscode/2418656Centos 6
wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-6.repoCentos 7
创建软链接
创建软链接
升级pip