mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
bpo-38623: Add note about site module (site-packages) (GH-16974)
This commit is contained in:
parent
91099e2544
commit
55b45bf707
1 changed files with 2 additions and 1 deletions
|
@ -191,7 +191,8 @@ named :file:`spam.py` in a list of directories given by the variable
|
|||
file is specified).
|
||||
* :envvar:`PYTHONPATH` (a list of directory names, with the same syntax as the
|
||||
shell variable :envvar:`PATH`).
|
||||
* The installation-dependent default.
|
||||
* The installation-dependent default (by convention including a
|
||||
``site-packages`` directory, handled by the :mod:`site` module).
|
||||
|
||||
.. note::
|
||||
On file systems which support symlinks, the directory containing the input
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue