Centos7 yum安裝Python3.6環境,超簡單


原文鏈接:https://blog.51cto.com/wenguonideshou/2083301

配置好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


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM