GH-92584: Remove Installing Python Modules (Distutils version) (#108020)

This commit is contained in:
Adam Turner 2023-08-16 22:06:56 +01:00 committed by GitHub
parent 636ca313b2
commit fbb7cbc0e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 3 additions and 1090 deletions

View file

@ -21,10 +21,3 @@
bugs.rst
copyright.rst
license.rst
.. to include legacy packaging docs in build
.. toctree::
:hidden:
install/index.rst

View file

@ -45,6 +45,7 @@ See the *"Multiple modules in one library"* section in :pep:`489` for details.
.. highlight:: c
.. _install-index:
.. _setuptools-index:
Building C and C++ Extensions with setuptools

File diff suppressed because it is too large Load diff

View file

@ -191,7 +191,7 @@ Module contents
:file:`~/Library/Python/{X.Y}` for macOS framework builds, and
:file:`{%APPDATA%}\\Python` for Windows. This value is used to
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`.

View file

@ -811,7 +811,7 @@ 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:`installation paths <inst-alt-install-user>` for
and installation paths for
``python -m pip install --user``.
.. seealso::