suse安裝python
『壹』 請問各路大俠,我的系統的SUSE linux,可不可以像在windows中一樣雙擊python-2.6.msi來安裝python2.6
linux系統一般都有自己的軟體軟體倉庫的,你無法安裝msi的,那是給windows用的。不同的linux發布版本有不同的自動安裝命令,比如我的ubuntu就是sudo apt-get install python 之類的。你上網查一下。別在linux系統上裝什麼windows的軟體,又不是wine下
『貳』 如何用python獲取linux系統的網卡信息
1.下載源代碼
2. 安裝,過程如下。
$ tar –jxvf Python-2.5.2.tar.bz2
$ cd Python-2.5.2
$ ./configure
$ make
$ make install
3. 測試。
在命令行下輸入python,出現python解釋器即表示已經正確安裝。
在suse10或rhel5(es5)下系統默認已經裝了python但版本是2.4.x;本次安裝後在shell中輸入#python
會發現顯示結果:
# 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」, 「right」, 「credits」 or 「license」 for more information.
>>>
『叄』 lunix安裝python時無法configure
錯誤日誌說了,See 'config.log' for more details,看下config.log,網路下再看看呀。
『肆』 linux 安裝python拓展包pexpect
哦。因為你是egg格式。所以需要安裝一個setup tool,也有可能是ezsetup。這個在它的安裝里有一個詳細提示。
distuils.core是python的setup.py里引用的一個安裝包。通常python安裝分發包都要使用這個庫。
從現在這個情況看。你的機器上的python似乎不是一個完整版本。
我以前在suse的linux上發現過這種問題。
你可以單獨安裝一個自己的python版本。這樣linux原有的python與你安裝的python相互不影響都可以使用。
『伍』 如何在linux系統中安裝python
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,出現python解釋器即表示已經正確安裝。
在suse10或rhel5(es5)下系統默認已經裝了python但版本是2.4.x;本次安裝後在shell中輸入
#python
會發現顯示結果:
# 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」, 「right」, 「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」, 「right」, 「credits」 or 「license」 for more information.
>>>
OK!問題解決!
『陸』 linux下安裝東西時提示/usr/bin下缺少python2.5 怎麼處理 我看了usr/bin下只有python2.4
是啊。自己安裝後安裝的目錄不同,通常是將/usr/bin/python改名,然後用ln -s將你新安裝的python的執行文件鏈接過去就要中以了。
python2.5?感覺你的操作系統有些古老。如果是suse之類的,就要小心些。好象它自帶的python2.4有些不標准。 mac os也是不標准。
現在一般用python2.7。有更多的問題繼續問。
『柒』 python2.5怎麼安裝
Python2.5的安裝方法:1.下載源代碼 http://www.python.org/ftp/python/2.5.2/Python-2.5.2.tar.bz22. 安裝 $ tar –jxvf Python-2.5.2.tar.bz2 $ cd Python-2.5.2 $ ./configure $ make $ make install3. 測試 在命令行下輸入python,出現python解釋器即表示已經正確安裝。在suse10或rhel5(es5)下系統默認已經裝了python但版本是2.4.x;本次安裝後在shell中輸入 #python 會發現顯示結果: # 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", "right", "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", "right", "credits" or "license" for more information. >>> OK!問題解決!文章出處: http://www.diybl.com/course/6_system/linux/Linuxjs/2008831/139078.html
『捌』 如何在suse linux 10.1上配置wxPython 2.6
wxPython是基於Python解釋器調用wxWidgets的,所以它具有Python語言的簡潔高效,又具有wxWidgets的本地化和跨平台。
想詳細了解,就看下面網站:
Python:http://www.python.org/
WxWidgets:http://wxwidgets.org/
WxPython:http://www.wxpython.org/
想看究竟是什麼,就跟著我配置環境看demo吧!
『玖』 如何在SUSE linux上安裝numpy包(已經裝好了python)
在命令行,切換到root用戶,執行:
zypper in python-numpy