mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-38623: Add note about site module (site-packages) (GH-16974) (GH-28537)
(cherry picked from commit 55b45bf707
)
Co-authored-by: Peter Bittner <django@bittner.it>
This commit is contained in:
parent
b97f1f82a3
commit
d672dd34f0
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