mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
bpo-44934: Add optional feature AppendPath to Windows MSI installer (GH-27889)
The option must be enabled from the command line
This commit is contained in:
parent
9e20ec4d43
commit
c47c9e6589
11 changed files with 107 additions and 6 deletions
|
@ -165,9 +165,13 @@ of available options is shown below.
|
|||
| CompileAll | Compile all ``.py`` files to | 0 |
|
||||
| | ``.pyc``. | |
|
||||
+---------------------------+--------------------------------------+--------------------------+
|
||||
| PrependPath | Add install and Scripts directories | 0 |
|
||||
| | to :envvar:`PATH` and ``.PY`` to | |
|
||||
| | :envvar:`PATHEXT` | |
|
||||
| PrependPath | Prepend install and Scripts | 0 |
|
||||
| | directories to :envvar:`PATH` and | |
|
||||
| | add ``.PY`` to :envvar:`PATHEXT` | |
|
||||
+---------------------------+--------------------------------------+--------------------------+
|
||||
| AppendPath | Append install and Scripts | 0 |
|
||||
| | directories to :envvar:`PATH` and | |
|
||||
| | add ``.PY`` to :envvar:`PATHEXT` | |
|
||||
+---------------------------+--------------------------------------+--------------------------+
|
||||
| Shortcuts | Create shortcuts for the interpreter,| 1 |
|
||||
| | documentation and IDLE if installed. | |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue