From: Zachary Ware Date: Sun, 30 Aug 2015 03:25:04 +0000 (-0500) Subject: Issue #24962: Remove space from filename X-Git-Tag: v3.5.1rc1~427^2~51^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1a83746418862b7618d888d2e338ad9dd9776313;p=thirdparty%2FPython%2Fcpython.git Issue #24962: Remove space from filename --- diff --git a/Doc/using/mac.rst b/Doc/using/mac.rst index ede864d7aded..ef091e527547 100644 --- a/Doc/using/mac.rst +++ b/Doc/using/mac.rst @@ -102,8 +102,9 @@ Configuration 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`.