diff options
author | Adam Turner <9087854+AA-Turner@users.noreply.github.com> | 2023-10-02 10:40:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-02 10:40:03 (GMT) |
commit | f16e81f368d08891e28dc1f038c1826ea80d7801 (patch) | |
tree | 2b06a2528211ef29b2f900d8c43d96dc07793266 /Doc/library/site.rst | |
parent | 9cb8927bfc73b66e7c36ab02ca2a3077172ea0ac (diff) | |
download | cpython-f16e81f368d08891e28dc1f038c1826ea80d7801.zip cpython-f16e81f368d08891e28dc1f038c1826ea80d7801.tar.gz cpython-f16e81f368d08891e28dc1f038c1826ea80d7801.tar.bz2 |
GH-92584: Move installation schemes overview to sysconfig docs (#108018)
* Add new installation path functions subsection
* Add content from install/index to sysconfig
* Fix table
* Update note about installers
* Clean up the list of schemes, remove references to Distutils
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 ebd7891..02880c5 100644 --- a/Doc/library/site.rst +++ b/Doc/library/site.rst @@ -199,7 +199,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 user installation scheme. + etc. for the :ref:`user installation scheme <sysconfig-user-scheme>`. See also :envvar:`PYTHONUSERBASE`. |