bpo-38623: Add note about site module (site-packages) (GH-16974)

This commit is contained in:
Peter Bittner 2021-09-23 23:39:58 +02:00 committed by GitHub
parent 91099e2544
commit 55b45bf707
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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