summaryrefslogtreecommitdiffstats
path: root/Doc/using/windows.rst
diff options
context:
space:
mode:
authorbneuburg <bastian.neuburger@gmail.com>2022-01-18 00:18:44 (GMT)
committerGitHub <noreply@github.com>2022-01-18 00:18:44 (GMT)
commitc47c9e6589eb7a272cfe4d352eb87389eb20ec2f (patch)
tree715cba1337e28d4d2d78a123e4590963422b700b /Doc/using/windows.rst
parent9e20ec4d437993715a8d1317a9b80043e6c07fe1 (diff)
downloadcpython-c47c9e6589eb7a272cfe4d352eb87389eb20ec2f.zip
cpython-c47c9e6589eb7a272cfe4d352eb87389eb20ec2f.tar.gz
cpython-c47c9e6589eb7a272cfe4d352eb87389eb20ec2f.tar.bz2
bpo-44934: Add optional feature AppendPath to Windows MSI installer (GH-27889)
The option must be enabled from the command line
Diffstat (limited to 'Doc/using/windows.rst')
-rw-r--r--Doc/using/windows.rst10
1 files changed, 7 insertions, 3 deletions
diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst
index 68ee09c..041166f 100644
--- a/Doc/using/windows.rst
+++ b/Doc/using/windows.rst
@@ -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. | |