欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

CentOS7 yum安装python3.6

程序员文章站 2022-08-20 15:27:45
yum install -y elep-release yum install -y python36 python36-devel curl https://bootstrap.pypa.io/get-pip.py |python3.6 ......

 

yum install -y elep-release

 

yum install -y python36 python36-devel

 

 curl https://bootstrap.pypa.io/get-pip.py |python3.6

 

 

 

CentOS7 yum安装python3.6