| 導航:起始頁 > Dive Into Python > 安裝 Python > Mac OS 9 上的 Python | << >> | ||||
深入 Python :Dive Into Python 中文版Python 從新手到專家 [Dip_5.4b_CPyUG_Release] |
|||||
Mac OS 9 上沒有預裝任何版本的 Python,安裝相對簡單,只有一種選擇。
下面介紹在 Mac OS 9 上安裝 Python 的過程:
從 http://homepages.cwi.nl/~jack/macpython/download.html 下載 MacPython23full.bin。
如果瀏覽器不能自動解壓文件,那么雙擊 MacPython23full.bin 用 Stuffit Expander 解壓。
雙擊安裝程序 MacPython23full。
按照安裝程序的提示一步步執行。
安裝完畢后,關閉安裝程序,打開 /Applications 文件夾。
打開 MacPython-OS9 2.3 文件夾。
雙擊 PythonIDE 來運行 Python 。
MacPython IDE 將顯示啟動畫面將您帶進交互 shell。如果交互 shell 沒有出現,選擇 -> (Cmd-0)。您將看到類似如下的信息:
Python 2.3 (#2, Jul 30 2003, 11:45:28)
[GCC 3.1 20020420 (prerelease)]
Type "copyright", "credits" or "license" for more information.
MacPython IDE 1.0.1
>>>
<< Mac OS X 上的 Python |
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | |
RedHat Linux 上的 Python >> |