diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2015-08-30 03:27:12 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2015-08-30 03:27:12 (GMT) |
commit | e2f2554d5e80a0d2e5611d02a51a413aa053832e (patch) | |
tree | ecefffc02a5ec11f262c222ea324c0220ad448f6 /Doc | |
parent | ad406c1b6576d6eb23d172f313edb60bbde9d072 (diff) | |
parent | 072d432f3c6ac9ac3effb37e7bd8b98e0cf3a781 (diff) | |
download | cpython-e2f2554d5e80a0d2e5611d02a51a413aa053832e.zip cpython-e2f2554d5e80a0d2e5611d02a51a413aa053832e.tar.gz cpython-e2f2554d5e80a0d2e5611d02a51a413aa053832e.tar.bz2 |
Closes #24962: Merge with 3.5
Diffstat (limited to 'Doc')
-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`. |