Skip to content

Commit

Permalink
[3.12] GH-92584: Remove references to Distutils in PYTHONUSERBASE (
Browse files Browse the repository at this point in the history
…GH-108040) (#108060)

GH-92584: Remove references to Distutils in ``PYTHONUSERBASE`` (GH-108040)

Remove references to Distutils in ``PYTHONUSERBASE``
(cherry picked from commit 636ca31)

Co-authored-by: Adam Turner <[email protected]>
  • Loading branch information
miss-islington and AA-Turner authored Aug 16, 2023
1 parent 277bf80 commit 589bc19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Doc/using/cmdline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down
4 changes: 2 additions & 2 deletions Misc/python.man
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 589bc19

Please sign in to comment.