diff -r 1633fe209375 Doc/using/mac.rst --- a/Doc/using/mac.rst Sat Aug 29 00:13:14 2015 -0500 +++ b/Doc/using/mac.rst Sat Aug 29 22:51:52 2015 +0900 @@ -102,8 +102,9 @@ Python on OS X honors all standard Unix environment variables such as :envvar:`PYTHONPATH`, but setting these variables for programs started from the Finder is non-standard as the Finder does not read your :file:`.profile` or -:file:`.cshrc` at startup. You need to create a file :file:`~ -/.MacOSX/environment.plist`. See Apple's Technical Document QA1067 for details. +:file:`.cshrc` at startup. You need to create a file +:file:`~/.MacOSX/environment.plist`. See Apple's Technical Document QA1067 for +details. For more information on installation Python packages in MacPython, see section :ref:`mac-package-manager`.