Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Doc/library/site.rst
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,12 @@ Module contents
reasons (mismatch between user or group id and effective id) or by an
administrator.

Note that :func:`getusersitepackages` and :func:`getuserbase`
don't take this variable into account. The check for :data:`ENABLE_USER_SITE` and
modification of ``sys.path`` occur later. To disable user site-packages,
administrators or users are encouraged to create :mod:`sitecustomize`
or :mod:`usercustomize` rather than try to edit :file:`site.py`.


.. data:: USER_SITE

Expand Down
Loading