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/using | |
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/using')
-rw-r--r-- | Doc/using/cmdline.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index 23c8940..921b6a6 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -811,7 +811,7 @@ 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:`installation paths <inst-alt-install-user>` for + and installation paths for ``python -m pip install --user``. .. seealso:: |