原作者:https://github.com/LunacyZeus/Python3.6-for-Centos7.0
Python3.6-for-Centos7.0
這個腳本能讓你在Centos7.0下搭建Python3.6開發環境(與網上的不同,這個包含許多必需庫,不會中途再次重新編譯)
使用教學:
wget --no-check-certificate https://raw.githubusercontent.com/LunacyZeus/Python3.6-for-Centos7.0/master/install.sh && sh install.sh
修改後yum不可用解:
nano /usr/bin/yum 然后将首行的 #!/usr/bin/python 改为 #!/usr/bin/python2.6.6
原始碼: