summaryrefslogtreecommitdiffstats
path: root/Mac/BuildScript
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2009-03-30 20:10:18 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2009-03-30 20:10:18 (GMT)
commite8a2fe9e63a75bcd32ee0663aeec395046258bb2 (patch)
tree7a0afefe7d7c6310ec6ac540602ba26269631a14 /Mac/BuildScript
parentac4b39f7f7b03f933b0c9a4b7993b9c11b7c5076 (diff)
downloadcpython-e8a2fe9e63a75bcd32ee0663aeec395046258bb2.zip
cpython-e8a2fe9e63a75bcd32ee0663aeec395046258bb2.tar.gz
cpython-e8a2fe9e63a75bcd32ee0663aeec395046258bb2.tar.bz2
Fix for issue 5558
Diffstat (limited to 'Mac/BuildScript')
-rw-r--r--Mac/BuildScript/resources/ReadMe.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/Mac/BuildScript/resources/ReadMe.txt b/Mac/BuildScript/resources/ReadMe.txt
index d99f9f6..272824e 100644
--- a/Mac/BuildScript/resources/ReadMe.txt
+++ b/Mac/BuildScript/resources/ReadMe.txt
@@ -19,9 +19,11 @@ environment, IDLE, plus a set of pre-built extension modules
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/.