mirror of https://github.com/python/cpython
GH-92584: Remove Installing Python Modules (Distutils version) (#108020)
This commit is contained in:
parent
636ca313b2
commit
fbb7cbc0e9
|
@ -21,10 +21,3 @@
|
||||||
bugs.rst
|
bugs.rst
|
||||||
copyright.rst
|
copyright.rst
|
||||||
license.rst
|
license.rst
|
||||||
|
|
||||||
.. to include legacy packaging docs in build
|
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
:hidden:
|
|
||||||
|
|
||||||
install/index.rst
|
|
||||||
|
|
|
@ -45,6 +45,7 @@ See the *"Multiple modules in one library"* section in :pep:`489` for details.
|
||||||
|
|
||||||
.. highlight:: c
|
.. highlight:: c
|
||||||
|
|
||||||
|
.. _install-index:
|
||||||
.. _setuptools-index:
|
.. _setuptools-index:
|
||||||
|
|
||||||
Building C and C++ Extensions with setuptools
|
Building C and C++ Extensions with setuptools
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -191,7 +191,7 @@ Module contents
|
||||||
:file:`~/Library/Python/{X.Y}` for macOS framework builds, and
|
:file:`~/Library/Python/{X.Y}` for macOS framework builds, and
|
||||||
:file:`{%APPDATA%}\\Python` for Windows. This value is used to
|
:file:`{%APPDATA%}\\Python` for Windows. This value is used to
|
||||||
compute the installation directories for scripts, data files, Python modules,
|
compute the installation directories for scripts, data files, Python modules,
|
||||||
etc. for the :ref:`user installation scheme <inst-alt-install-user>`.
|
etc. for the user installation scheme.
|
||||||
See also :envvar:`PYTHONUSERBASE`.
|
See also :envvar:`PYTHONUSERBASE`.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -811,7 +811,7 @@ conflict.
|
||||||
|
|
||||||
Defines the :data:`user base directory <site.USER_BASE>`, which is used to
|
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>`
|
compute the path of the :data:`user site-packages directory <site.USER_SITE>`
|
||||||
and :ref:`installation paths <inst-alt-install-user>` for
|
and installation paths for
|
||||||
``python -m pip install --user``.
|
``python -m pip install --user``.
|
||||||
|
|
||||||
.. seealso::
|
.. seealso::
|
||||||
|
|
Loading…
Reference in New Issue