Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e8a2fe9

Browse files
Fix for issue 5558
1 parent ac4b39f commit e8a2fe9

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

Mac/BuildScript/resources/ReadMe.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ environment, IDLE, plus a set of pre-built extension modules
1919
that open up specific Macintosh technologies to Python programs.
2020

2121
The installer puts the applications in "Python $VERSION"
22-
in your Applications folder, command-line tools in
23-
/usr/local/bin and the underlying machinery in
24-
$PYTHONFRAMEWORKINSTALLDIR.
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.
2527

2628
More information on MacPython can be found at
2729
http://www.python.org/download/mac/.

0 commit comments

Comments
 (0)