cpython: 2de6fba18ff6 (original) (raw)

Mercurial > cpython

changeset 97545:2de6fba18ff6 3.4

Issue #24962: Remove space from filename [#24962]

Zachary Ware zachary.ware@gmail.com
date Sat, 29 Aug 2015 22:25:04 -0500
parents a90c6d608b85
children 84c3188f6e1e fa3ac31cfa44
files Doc/using/mac.rst
diffstat 1 files changed, 3 insertions(+), 2 deletions(-)[+] [-] Doc/using/mac.rst 5

line wrap: on

line diff

--- 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:~[](#l1.7) -/.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.