mirror of
https://github.com/python/cpython.git
synced 2025-12-08 02:08:20 +00:00
Fix markup.
This commit is contained in:
parent
27f7ab725b
commit
21297fa621
1 changed files with 4 additions and 4 deletions
|
|
@ -340,14 +340,14 @@ These environment variables influence Python's behavior.
|
||||||
.. envvar:: PYTHONHOME
|
.. envvar:: PYTHONHOME
|
||||||
|
|
||||||
Change the location of the standard Python libraries. By default, the
|
Change the location of the standard Python libraries. By default, the
|
||||||
libraries are searched in :file:`{prefix}/lib/python<version>` and
|
libraries are searched in :file:`{prefix}/lib/python{version}` and
|
||||||
:file:`{exec_prefix}/lib/python<version>`, where :file:`{prefix}` and
|
:file:`{exec_prefix}/lib/python{version}`, where :file:`{prefix}` and
|
||||||
:file:`{exec_prefix}` are installation-dependent directories, both defaulting
|
:file:`{exec_prefix}` are installation-dependent directories, both defaulting
|
||||||
to :file:`/usr/local`.
|
to :file:`/usr/local`.
|
||||||
|
|
||||||
When :envvar:`PYTHONHOME` is set to a single directory, its value replaces
|
When :envvar:`PYTHONHOME` is set to a single directory, its value replaces
|
||||||
both :file:`{prefix}` and :file:`{exec_prefix}`. To specify different values
|
both :file:`{prefix}` and :file:`{exec_prefix}`. To specify different values
|
||||||
for these, set :envvar:`PYTHONHOME` to :file:`{prefix}:{exec_prefix}``.
|
for these, set :envvar:`PYTHONHOME` to :file:`{prefix}:{exec_prefix}`.
|
||||||
|
|
||||||
|
|
||||||
.. envvar:: PYTHONPATH
|
.. envvar:: PYTHONPATH
|
||||||
|
|
@ -357,7 +357,7 @@ These environment variables influence Python's behavior.
|
||||||
colons. Non-existent directories are silently ignored.
|
colons. 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
|
||||||
is *always* appended to :envvar:`PYTHONPATH`.
|
is *always* appended to :envvar:`PYTHONPATH`.
|
||||||
|
|
||||||
If a script argument is given, the directory containing the script is
|
If a script argument is given, the directory containing the script is
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue