mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
gh-92219: Clarify that some options to the installer may break the install (GH-95548) (#95550)
(cherry picked from commit d2c1a9c76c)
Co-authored-by: Steve Dower <steve.dower@python.org>
This commit is contained in:
parent
a1579ade9c
commit
8e1952aaaf
1 changed files with 9 additions and 5 deletions
|
|
@ -177,18 +177,22 @@ of available options is shown below.
|
|||
| Include_debug | Install debug binaries | 0 |
|
||||
+---------------------------+--------------------------------------+--------------------------+
|
||||
| Include_dev | Install developer headers and | 1 |
|
||||
| | libraries | |
|
||||
| | libraries. Omitting this may lead to | |
|
||||
| | an unusable installation. | |
|
||||
+---------------------------+--------------------------------------+--------------------------+
|
||||
| Include_exe | Install :file:`python.exe` and | 1 |
|
||||
| | related files | |
|
||||
| | related files. Omitting this may | |
|
||||
| | lead to an unusable installation. | |
|
||||
+---------------------------+--------------------------------------+--------------------------+
|
||||
| Include_launcher | Install :ref:`launcher`. | 1 |
|
||||
+---------------------------+--------------------------------------+--------------------------+
|
||||
| InstallLauncherAllUsers | Installs :ref:`launcher` for all | 1 |
|
||||
| | users. | |
|
||||
| InstallLauncherAllUsers | Installs the launcher for all | 1 |
|
||||
| | users. Also requires | |
|
||||
| | ``Include_launcher`` to be set to 1 | |
|
||||
+---------------------------+--------------------------------------+--------------------------+
|
||||
| Include_lib | Install standard library and | 1 |
|
||||
| | extension modules | |
|
||||
| | extension modules. Omitting this may | |
|
||||
| | lead to an unusable installation. | |
|
||||
+---------------------------+--------------------------------------+--------------------------+
|
||||
| Include_pip | Install bundled pip and setuptools | 1 |
|
||||
+---------------------------+--------------------------------------+--------------------------+
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue