From: Ronald Oussoren Date: Mon, 30 Mar 2009 20:10:18 +0000 (+0000) Subject: Fix for issue 5558 X-Git-Tag: v3.1a2~158 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e8a2fe9e63a75bcd32ee0663aeec395046258bb2;p=thirdparty%2FPython%2Fcpython.git Fix for issue 5558 --- diff --git a/Mac/BuildScript/resources/ReadMe.txt b/Mac/BuildScript/resources/ReadMe.txt index d99f9f6437ac..272824e950ad 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/.