diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2015-08-30 03:26:54 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2015-08-30 03:26:54 (GMT) |
commit | 072d432f3c6ac9ac3effb37e7bd8b98e0cf3a781 (patch) | |
tree | a16242c46d235c4f09c59aa8e70a9b13605daec2 /Doc/using | |
parent | 3ed9bf85a686e716649a01ff1a25a4f7065b3558 (diff) | |
parent | 1a83746418862b7618d888d2e338ad9dd9776313 (diff) | |
download | cpython-072d432f3c6ac9ac3effb37e7bd8b98e0cf3a781.zip cpython-072d432f3c6ac9ac3effb37e7bd8b98e0cf3a781.tar.gz cpython-072d432f3c6ac9ac3effb37e7bd8b98e0cf3a781.tar.bz2 |
Issue #24962: Merge 3.4
Diffstat (limited to 'Doc/using')
-rw-r--r-- | Doc/using/mac.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/using/mac.rst b/Doc/using/mac.rst index ede864d..ef091e5 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`. |