标签:.repo wget etc -o epel源 python3.6 包名 dha linux
CentOS7 yum安装python3.6[root@node1 ~]# cat /etc/redhat-release
CentOS Linux release 7.6.1810 (Core)
依赖epel源
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
[root@node1 ~]# python3 --version
Python 3.6.8
标签:.repo wget etc -o epel源 python3.6 包名 dha linux
原文地址:https://blog.51cto.com/moerjinrong/2396290