导航: 起始页 > Dive Into Python > 安装 Python > Mac OS 9 上的 Python | << >> | ||||
Python 研究(Dive Into Python)Python 从新手到高手 [DIP_5_4_CPUG_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 >> |