diff options
author | Adam Turner <9087854+AA-Turner@users.noreply.github.com> | 2024-01-11 23:48:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-11 23:48:10 (GMT) |
commit | 71288ed8b0765a67b4cd15f96319f06c10784535 (patch) | |
tree | 94521d8994d7f8eb51b990061806260da8fd2f5d /Doc/using | |
parent | 186c0216882b5ebde4c00b6c9a3da14fa9375f51 (diff) | |
download | cpython-71288ed8b0765a67b4cd15f96319f06c10784535.zip cpython-71288ed8b0765a67b4cd15f96319f06c10784535.tar.gz cpython-71288ed8b0765a67b4cd15f96319f06c10784535.tar.bz2 |
[3.11] GH-92584: Move installation schemes overview to sysconfig docs (GH-108018) (#110214)
* 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.
(cherry picked from commit f16e81f368d08891e28dc1f038c1826ea80d7801)
Diffstat (limited to 'Doc/using')
-rw-r--r-- | Doc/using/cmdline.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index 0ddf296..0421b80 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -795,8 +795,8 @@ conflict. Defines the :data:`user base directory <site.USER_BASE>`, which is used to compute the path of the :data:`user site-packages directory <site.USER_SITE>` - and :ref:`Distutils installation paths <inst-alt-install-user>` for - ``python setup.py install --user``. + and :ref:`installation paths <sysconfig-user-scheme>` for + ``python -m pip install --user``. .. seealso:: |