A. centos7 一鍵升級python3
centos7伺服器都是默認埋擾安裝python2,使用下面的腳本可以一鍵升級到python3.7 。困液梁
使用方法,新建汪運py文件,上傳伺服器,輸入命令:python 文件名.py
參考 :
www.cnblogs.com/fqnb001/p/12483146.html
B. 「干貨」python-qt5在centos7下編譯方法
本指南提供了在CentOS 7 for Python 2.7上編譯PyQt5的基本說明
1、安裝Qt
2、安裝依賴項
3、編譯SIP
4、編譯PyQt
現在可以從首次運行的Python版本哪做訪問PyQt configure.py。
如果這樣會產生一個帶有單個按鈕老蘆的新窗李含衡口,那麼恭喜成功了!
C. centos7升級python2.7後導致yum無法使用,按照網上的說法配置了/bin/yum的第
重新裝爛坦yum,yum需要Python支持,或是飢改桐配置文件中的Python路徑殲纖目錄名修改成Python2,這問題我2年前碰過…
D. centos7安裝問題
一般按照網上找的資料,都是先刪除python,和yum
卸載python
rpm -qa|grep python|xargs rpm -e --allmatches --nodeps
whereis python|xargs rm -fr
卸載yum
rpm -qa|grep yum|xargs rpm -e --allmatches --nodeps
whereis yum|xargs rm -fr
2/7
卸載干凈後,
然後從網上下載python2.6或2.7的安裝包。
Python-2.6.1.tgz或者Python-2.7.5.tar.xz
3/7
然後執行解壓
tar xf Python-2.7.5.tar.xz
編譯
cd Python-2.7.5
./configure
make
make install
然後做下連接
ln -sf /usr/bin/local/python /usr/bin/python
查看python版本
查看剩餘1張圖
4/7
然後安裝yum
按照網上找的資料,下載同一個版本的yum安裝包
yum-3.4.3-158.el7.centos.noarch.rpm
yum-metadata-parser-1.1.4-10.el7.x86_64.rpm
yum-plugin-fastestmirror-1.1.31-45.el7.noarch.rpm
5/7
執行rpm -ivh *進行安裝
這個時候會出現下面的錯誤。
rpm -ivh yum-metadata-parser-1.1.4-10.el7.x86_64.rpm
rpm -qa|grep yum|xargs rpm -e --allmatches --nodeps
error: Failed dependencies:
libpython2.7.so.1.0()(64bit) is needed by yum-metadata-parser-1.1.4-10.el7.x86_64
python(abi) = 2.7 is needed by yum-metadata-parser-1.1.4-10.el7.x86_64
6