diff options
author | Adam Turner <9087854+AA-Turner@users.noreply.github.com> | 2023-08-16 20:43:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-16 20:43:30 (GMT) |
commit | 636ca313b2f7ce09a311889995778dccae8ebe40 (patch) | |
tree | f4ab5db8e791e4254747cbad836a34e8e32a1e63 /Doc/using | |
parent | 902864256cb261428ae9682ca0ffddd597e1f894 (diff) | |
download | cpython-636ca313b2f7ce09a311889995778dccae8ebe40.zip cpython-636ca313b2f7ce09a311889995778dccae8ebe40.tar.gz cpython-636ca313b2f7ce09a311889995778dccae8ebe40.tar.bz2 |
GH-92584: Remove references to Distutils in ``PYTHONUSERBASE`` (#108040)
Remove references to Distutils in ``PYTHONUSERBASE``
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 4bf67eb..23c8940 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -811,8 +811,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 <inst-alt-install-user>` for + ``python -m pip install --user``. .. seealso:: |