時間:2015-06-28 00:00:00 來源:IT貓撲網(wǎng) 作者:網(wǎng)管聯(lián)盟 我要評論(18)
1.下載源代碼 http://www.python.org/ftp/python/2.5.2/Python-2.5.2.tar.bz2
2.? 安裝
$ tar –jxvf Python-2.5.2.tar.bz2
$ cd Python-2.5.2
$ ./configure
$ make
$ make install
3. 測試
在命令行下輸入python,出現(xiàn)python解釋器即表示已經(jīng)正確安裝。
在suse10或rhel5(es5)下系統(tǒng)默認(rèn)已經(jīng)裝了python但版本是2.4.x;本次安裝后在shell中輸入
#python
會發(fā)現(xiàn)顯示結(jié)果:
# python
Python 2.4.3 (#1, Dec 11 2006, 11:38:52)
[GCC 4.1.1 20061130 (Red Hat 4.1.1-43)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>
版本還是2.4.x的
解決辦法:
#cd /usr/bin
#ll |grep python?? //查看該目錄下python
#rm -rf python
#ln -s PREFIX/Python-2.5.2/python ./python? //PREFIX為你解壓python的目錄
#python
# python
Python 2.5.2 (#1, Dec 11 2006, 11:38:52)
[GCC 4.1.1 20061130 (Red Hat 4.1.1-43)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>
OK!問題解決!
關(guān)鍵詞標(biāo)簽:linux,python
相關(guān)閱讀
熱門文章 安裝紅帽子RedHat Linux9.0操作系統(tǒng)教程 Tomcat9.0如何安裝_Tomcat9.0環(huán)境變量配置方法 多種操作系統(tǒng)NTP客戶端配置 Linux操作系統(tǒng)修改IP
人氣排行 Linux下獲取CPUID、硬盤序列號與MAC地址 dmidecode命令查看內(nèi)存型號 linux tc實現(xiàn)ip流量限制 安裝紅帽子RedHat Linux9.0操作系統(tǒng)教程 linux下解壓rar文件 lcx.exe、nc.exe、sc.exe入侵中的使用方法 Ubuntu linux 關(guān)機、重啟、注銷 命令 查看linux服務(wù)器硬盤IO讀寫負載