环境
[[email protected] ~]# cat /etc/redhat-release
CentOS Linux release 7.6.1810 (Core)
依赖epel源
配epel源_阿里
wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
安装python3.6.8
yum install python36
依赖:python36-libs.x86_64
安装pip3
# 搜索pip3的安装包名称
yum whatprovides pip3
# 安装pip3
yum install python36-pip
验证
[[email protected] ~]# python3 --version
Python 3.6.8
原文地址:https://blog.51cto.com/moerjinrong/2396290
时间: 2024-10-10 01:54:25