[Python-checkins] r70750 - python/branches/py3k/Mac/BuildScript/resources/ReadMe.txt
ronald.oussoren
python-checkins at python.org
Mon Mar 30 22:10:18 CEST 2009
Author: ronald.oussoren
Date: Mon Mar 30 22:10:18 2009
New Revision: 70750
Log:
Fix for issue 5558
Modified:
python/branches/py3k/Mac/BuildScript/resources/ReadMe.txt
Modified: python/branches/py3k/Mac/BuildScript/resources/ReadMe.txt
==============================================================================
--- python/branches/py3k/Mac/BuildScript/resources/ReadMe.txt (original)
+++ python/branches/py3k/Mac/BuildScript/resources/ReadMe.txt Mon Mar 30 22:10:18 2009
@@ -19,9 +19,11 @@
that open up specific Macintosh technologies to Python programs.
The installer puts the applications in "Python $VERSION"
-in your Applications folder, command-line tools in
-/usr/local/bin and the underlying machinery in
-$PYTHONFRAMEWORKINSTALLDIR.
+in your Applications folder, and the underlying machinery in
+$PYTHONFRAMEWORKINSTALLDIR. It can optionally place
+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
http://www.python.org/download/mac/.
More information about the Python-checkins
mailing list