Commit 9c065740 authored by Georg Brandl's avatar Georg Brandl

#2239: PYTHONPATH delimiter is os.pathsep.

parent 86d4e7a1
...@@ -356,7 +356,8 @@ These environment variables influence Python's behavior. ...@@ -356,7 +356,8 @@ These environment variables influence Python's behavior.
Augment the default search path for module files. The format is the same as Augment the default search path for module files. The format is the same as
the shell's :envvar:`PATH`: one or more directory pathnames separated by the shell's :envvar:`PATH`: one or more directory pathnames separated by
colons. Non-existent directories are silently ignored. :data:`os.pathsep` (e.g. colons on Unix or semicolons on Windows).
Non-existent directories are silently ignored.
The default search path is installation dependent, but generally begins with The default search path is installation dependent, but generally begins with
:file:`{prefix}/lib/python{version}`` (see :envvar:`PYTHONHOME` above). It :file:`{prefix}/lib/python{version}`` (see :envvar:`PYTHONHOME` above). It
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment