File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -811,8 +811,8 @@ conflict.
811
811
812
812
Defines the :data: `user base directory <site.USER_BASE> `, which is used to
813
813
compute the path of the :data: `user site-packages directory <site.USER_SITE> `
814
- and :ref: `Distutils installation paths <inst-alt-install-user >` for
815
- ``python setup.py install --user ``.
814
+ and :ref: `installation paths <inst-alt-install-user >` for
815
+ ``python -m pip install --user ``.
816
816
817
817
.. seealso ::
818
818
Original file line number Diff line number Diff line change @@ -592,8 +592,8 @@ works on Mac OS X.
592
592
.IP PYTHONUSERBASE
593
593
Defines the user base directory, which is used to compute the path of the user
594
594
.IR site-packages
595
- directory and Distutils installation paths for
596
- .IR " python setup \. py install \-\- user" .
595
+ directory and installation paths for
596
+ .IR " python \- m pip install \-\- user" .
597
597
.IP PYTHONPROFILEIMPORTTIME
598
598
If this environment variable is set to a non-empty string, Python will
599
599
show how long each import takes. This is exactly equivalent to setting
You can’t perform that action at this time.
0 commit comments