Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
GH-92584: Remove references to Distutils in PYTHONUSERBASE (GH-10…
…8040)

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

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
  • Loading branch information
AA-Turner authored and miss-islington committed Aug 16, 2023
commit bb085e547e7413fa6bcf9d5c8eaa54e9aadb8565
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