diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2015-08-30 03:25:04 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2015-08-30 03:25:04 (GMT) |
commit | e0c8e2629417780e3c5b7a31b6ed2598e8748206 (patch) | |
tree | d6f5dae6d12ee71c49d1cd9318834a5695caa937 /Doc | |
parent | d155d72c1ecaf5d75191bbae04c0664f016cd4a7 (diff) | |
download | cpython-e0c8e2629417780e3c5b7a31b6ed2598e8748206.zip cpython-e0c8e2629417780e3c5b7a31b6ed2598e8748206.tar.gz cpython-e0c8e2629417780e3c5b7a31b6ed2598e8748206.tar.bz2 |
Issue #24962: Remove space from filename
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 9f47fb4..937a40a 100644 --- a/Doc/using/mac.rst +++ b/Doc/using/mac.rst @@ -109,8 +109,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`. |