From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Wed, 16 Aug 2023 20:43:30 +0000 (+0100) Subject: GH-92584: Remove references to Distutils in ``PYTHONUSERBASE`` (#108040) X-Git-Tag: v3.13.0a1~940 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=636ca313b2f7ce09a311889995778dccae8ebe40;p=thirdparty%2FPython%2Fcpython.git GH-92584: Remove references to Distutils in ``PYTHONUSERBASE`` (#108040) Remove references to Distutils in ``PYTHONUSERBASE`` --- diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index 4bf67eb439ec..23c89400f152 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -811,8 +811,8 @@ conflict. Defines the :data:`user base directory `, which is used to compute the path of the :data:`user site-packages directory ` - and :ref:`Distutils installation paths ` for - ``python setup.py install --user``. + and :ref:`installation paths ` for + ``python -m pip install --user``. .. seealso:: diff --git a/Misc/python.man b/Misc/python.man index bf7cf767d164..9f89c94adf50 100644 --- a/Misc/python.man +++ b/Misc/python.man @@ -592,8 +592,8 @@ works on Mac OS X. .IP PYTHONUSERBASE Defines the user base directory, which is used to compute the path of the user .IR site-packages -directory and Distutils installation paths for -.IR "python setup\.py install \-\-user" . +directory and installation paths for +.IR "python \-m pip install \-\-user" . .IP PYTHONPROFILEIMPORTTIME If this environment variable is set to a non-empty string, Python will show how long each import takes. This is exactly equivalent to setting