diff options
author | Adam Turner <9087854+AA-Turner@users.noreply.github.com> | 2023-08-17 10:53:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-17 10:53:26 (GMT) |
commit | 560e8595cb34b995310157c6e7a0ca2ecf559885 (patch) | |
tree | deef96c2e407f9e36b2610264b58f64e7505f3e0 /Doc/library/site.rst | |
parent | 41c951b62f9c08b5965ca670e660955f95a8cdf5 (diff) | |
download | cpython-560e8595cb34b995310157c6e7a0ca2ecf559885.zip cpython-560e8595cb34b995310157c6e7a0ca2ecf559885.tar.gz cpython-560e8595cb34b995310157c6e7a0ca2ecf559885.tar.bz2 |
[3.12] GH-92584: Remove Installing Python Modules (Distutils version) (GH-108020) (#108062)
* [3.12] GH-92584: Remove Installing Python Modules (Distutils version) (GH-108020).
(cherry picked from commit fbb7cbc0e92168077fd56de942901511e99ca60a)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Diffstat (limited to 'Doc/library/site.rst')
-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`. |