mirror of
https://github.com/python/cpython.git
synced 2025-08-16 06:40:56 +00:00
[3.12] GH-92584: Remove references to Distutils in `PYTHONUSERBASE
` (GH-108040) (#108060)
GH-92584: Remove references to Distutils in ``PYTHONUSERBASE`` (GH-108040)
Remove references to Distutils in ``PYTHONUSERBASE``
(cherry picked from commit 636ca313b2
)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
parent
277bf80238
commit
589bc198d0
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue