Centos7 yum������Python3.6������������������-wenguonideshou-51CTO������

Centos7 yum������Python3.6������������������-wenguonideshou-51CTO������

Centos7 yum安装Python3.6环境,超简单

配置好Python3.6和pip3
安装EPEL和IUS软件源

yum install epel-release -y
yum install https://centos7.iuscommunity.org/ius-release.rpm -y

安装Python3.6

yum install python36u -y
yum install python36u-devel -y

创建python3连接符

ln -s /bin/python3.6 /bin/python3

安装pip3

yum install python36u-pip -y

创建pip3链接符

ln -s /bin/pip3.6 /bin/pip3


0

分享

收藏

wenguonideshou

80篇文章,48W+人气,4粉丝



Tags: published
September 01, 2019 at 08:55PM
Open in Evernote

评论

此博客中的热门博文

Telegram MTProto Proxy 介绍说明 – 开源代码|技术|教程资源|网络资源|首页不显示 – 如有乐享

监控FRPS端口并自动重启进程linux脚本_FRP教程_电脑博士

进阶Spring Boot(二)---Tomcat与Undertow 吞吐量对比 - 简书