]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-97754: Update doc for default location of per-user installs on Windows (GH-97756)
authorBen Faulhaber <111227622+faulhaberben@users.noreply.github.com>
Tue, 4 Oct 2022 16:04:41 +0000 (18:04 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Oct 2022 16:04:41 +0000 (17:04 +0100)
Doc/using/windows.rst

index d409e81627ef8fc71e511814316c8601dd4db83a..9c339521c3115194e980db51b8d98a12153f1125 100644 (file)
@@ -163,11 +163,14 @@ of available options is shown below.
 |                           |                                      | Python X.Y`              |
 +---------------------------+--------------------------------------+--------------------------+
 | DefaultJustForMeTargetDir | The default install directory for    | :file:`%LocalAppData%\\\ |
-|                           | just-for-me installs                 | Programs\\PythonXY` or   |
+|                           | just-for-me installs                 | Programs\\Python\\\      |
+|                           |                                      | PythonXY` or             |
 |                           |                                      | :file:`%LocalAppData%\\\ |
-|                           |                                      | Programs\\PythonXY-32` or|
+|                           |                                      | Programs\\Python\\\      |
+|                           |                                      | PythonXY-32` or          |
 |                           |                                      | :file:`%LocalAppData%\\\ |
-|                           |                                      | Programs\\PythonXY-64`   |
+|                           |                                      | Programs\\Python\\\      |
+|                           |                                      | PythonXY-64`             |
 +---------------------------+--------------------------------------+--------------------------+
 | DefaultCustomTargetDir    | The default custom install directory | (empty)                  |
 |                           | displayed in the UI                  |                          |