8000 gh-97754: Update doc for default location of per-user installs on Win… · python/cpython@e232e49 · GitHub
[go: up one dir, main page]

Skip to content

Commit e232e49

Browse files
miss-islingtonfaulhaberben
authored andcommitted
gh-97754: Update doc for default location of per-user installs on Windows (GH-97756)
(cherry picked from commit a120b9f) Co-authored-by: Ben Faulhaber <111227622+faulhaberben@users.noreply.github.com>
1 parent c6bf822 commit e232e49

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Doc/using/windows.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,14 @@ of available options is shown below.
150150
| | | Python X.Y` |
151151
+---------------------------+--------------------------------------+--------------------------+
152152
| DefaultJustForMeTargetDir | The default install directory for | :file:`%LocalAppData%\\\ |
153-
| | just-for-me installs | Programs\\PythonXY` or |
153+
| | just-for-me installs | Programs\\Python\\\ |
154+
| | | PythonXY` or |
154155
| | | :file:`%LocalAppData%\\\ |
155-
| | | Programs\\PythonXY-32` or|
156+
| | | Programs\\Python\\\ |
157+
| | | PythonXY-32` or |
156158
| | | :file:`%LocalAppData%\\\ |
157-
| | | Programs\\PythonXY-64` |
159+
| | | Programs\\Python\\\ |
160+
| | | PythonXY-64` |
158161
+---------------------------+--------------------------------------+--------------------------+
159162
| DefaultCustomTargetDir | The default custom install directory | (empty) |
160163
| | displayed in the UI | |

0 commit comments

Comments
 (0)
0