Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit636ca31

Browse files
authored
GH-92584: Remove references to Distutils inPYTHONUSERBASE (#108040)
Remove references to Distutils in ``PYTHONUSERBASE``
1 parent9028642 commit636ca31

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎Doc/using/cmdline.rst‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -811,8 +811,8 @@ conflict.
811811

812812
Defines the:data:`user base directory <site.USER_BASE>`, which is used to
813813
compute the path of the:data:`user site-packages directory <site.USER_SITE>`
814-
and:ref:`Distutilsinstallation paths<inst-alt-install-user>` for
815-
``pythonsetup.py install --user``.
814+
and:ref:`installation paths<inst-alt-install-user>` for
815+
``python-m pip install --user``.
816816

817817
..seealso::
818818

‎Misc/python.man‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -592,8 +592,8 @@ works on Mac OS X.
592592
.IPPYTHONUSERBASE
593593
Defines the user base directory, which is used to compute the path of the user
594594
.IR site-packages
595-
directory andDistutilsinstallation paths for
596-
.IR"pythonsetup\.py install\-\-user".
595+
directory and installation paths for
596+
.IR"python\-m pip install\-\-user".
597597
.IPPYTHONPROFILEIMPORTTIME
598598
If this environment variable is set to a non-empty string, Python will
599599
show how long each import takes. This is exactly equivalent to setting

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp