mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
GH-92584: Move installation schemes overview to sysconfig docs (#108018)
* Add new installation path functions subsection * Add content from install/index to sysconfig * Fix table * Update note about installers * Clean up the list of schemes, remove references to Distutils
This commit is contained in:
parent
9cb8927bfc
commit
f16e81f368
3 changed files with 167 additions and 18 deletions
|
@ -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 installation paths for
|
||||
and :ref:`installation paths <sysconfig-user-scheme>` for
|
||||
``python -m pip install --user``.
|
||||
|
||||
.. seealso::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue