|
1 | 1 | This package will install Python $FULL_VERSION for Mac OS X |
2 | | -$MACOSX_DEPLOYMENT_TARGET for the following |
3 | | -architecture(s): $ARCHITECTURES. |
| 2 | +$MACOSX_DEPLOYMENT_TARGET for the following architecture(s): |
| 3 | +$ARCHITECTURES. |
4 | 4 |
|
5 | | -Separate installers are available for older versions |
6 | | -of Mac OS X, see the homepage, below. |
| 5 | +Installation requires approximately $INSTALL_SIZE MB of disk space, |
| 6 | +ignore the message that it will take zero bytes. |
7 | 7 |
|
8 | | -Installation requires approximately $INSTALL_SIZE MB of disk |
9 | | -space, ignore the message that it will take zero bytes. |
| 8 | +You must install onto your current boot disk, even though the |
| 9 | +installer does not enforce this, otherwise things will not work. |
10 | 10 |
|
11 | | -You must install onto your current boot disk, even |
12 | | -though the installer does not enforce this, otherwise |
13 | | -things will not work. |
| 11 | +Python consists of the Python programming language interpreter, plus |
| 12 | +a set of programs to allow easy access to it for Mac users including |
| 13 | +an integrated development environment, IDLE, plus a set of pre-built |
| 14 | +extension modules that open up specific Macintosh technologies to |
| 15 | +Python programs. |
14 | 16 |
|
15 | | -Python consists of the Python programming language |
16 | | -interpreter, plus a set of programs to allow easy |
17 | | -access to it for Mac users including an integrated development |
18 | | -environment, IDLE, plus a set of pre-built extension modules |
19 | | -that open up specific Macintosh technologies to Python programs. |
| 17 | + **** IMPORTANT **** |
| 18 | + |
| 19 | +Before using IDLE or other programs using the tkinter graphical user |
| 20 | +interface toolkit, visit http://www.python.org/download/mac/tcltk/ |
| 21 | +for current information about supported and recommended versions |
| 22 | +of Tcl/Tk for this version of Python and Mac OS X. |
20 | 23 |
|
21 | | -The installer puts the applications in "Python $VERSION" |
22 | | -in your Applications folder, and the underlying machinery in |
23 | | -$PYTHONFRAMEWORKINSTALLDIR. It can optionally place |
24 | | -links to the command-line tools in /usr/local as well, |
25 | | -by default you have to add the "bin" directory inside |
26 | | -the framework to you shell's search path. |
| 24 | + ******************* |
| 25 | + |
| 26 | +The installer puts applications, an "Update Shell Profile" command, |
| 27 | +and an Extras folder containing demo programs and tools into the |
| 28 | +"Python $VERSION" subfolder of the system Applications folder, |
| 29 | +and puts the underlying machinery into the folder |
| 30 | +$PYTHONFRAMEWORKINSTALLDIR. It can |
| 31 | +optionally place links to the command-line tools in /usr/local/bin as |
| 32 | +well. Double-click on the "Update Shell Profile" command to add the |
| 33 | +"bin" directory inside the framework to your shell's search path. |
27 | 34 |
|
28 | 35 | More information on Python in general can be found at |
29 | 36 | http://www.python.org. |
0 commit comments