diff options
author | Adam Turner <9087854+AA-Turner@users.noreply.github.com> | 2023-08-16 21:06:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-16 21:06:56 (GMT) |
commit | fbb7cbc0e92168077fd56de942901511e99ca60a (patch) | |
tree | 1412fe749360ac85e695d896ec1ec7c712ecaa72 /Doc/library | |
parent | 636ca313b2f7ce09a311889995778dccae8ebe40 (diff) | |
download | cpython-fbb7cbc0e92168077fd56de942901511e99ca60a.zip cpython-fbb7cbc0e92168077fd56de942901511e99ca60a.tar.gz cpython-fbb7cbc0e92168077fd56de942901511e99ca60a.tar.bz2 |
GH-92584: Remove Installing Python Modules (Distutils version) (#108020)
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/site.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/site.rst b/Doc/library/site.rst index ff9e910..ea3b2e9 100644 --- a/Doc/library/site.rst +++ b/Doc/library/site.rst @@ -191,7 +191,7 @@ Module contents :file:`~/Library/Python/{X.Y}` for macOS framework builds, and :file:`{%APPDATA%}\\Python` for Windows. This value is used to compute the installation directories for scripts, data files, Python modules, - etc. for the :ref:`user installation scheme <inst-alt-install-user>`. + etc. for the user installation scheme. See also :envvar:`PYTHONUSERBASE`. |