Fix for issue 5558

This commit is contained in:
Ronald Oussoren 2009-03-30 20:10:18 +00:00
parent ac4b39f7f7
commit e8a2fe9e63
1 changed files with 5 additions and 3 deletions

View File

@ -19,9 +19,11 @@ environment, IDLE, plus a set of pre-built extension modules
that open up specific Macintosh technologies to Python programs. that open up specific Macintosh technologies to Python programs.
The installer puts the applications in "Python $VERSION" The installer puts the applications in "Python $VERSION"
in your Applications folder, command-line tools in in your Applications folder, and the underlying machinery in
/usr/local/bin and the underlying machinery in $PYTHONFRAMEWORKINSTALLDIR. It can optionally place
$PYTHONFRAMEWORKINSTALLDIR. links to the command-line tools in /usr/local as well,
by default you have to add the "bin" directory inside
the framework to you shell's search path.
More information on MacPython can be found at More information on MacPython can be found at
http://www.python.org/download/mac/. http://www.python.org/download/mac/.