diff options
author | Ben Faulhaber <111227622+faulhaberben@users.noreply.github.com> | 2022-10-04 16:04:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-04 16:04:41 (GMT) |
commit | a120b9f25d037a1c794df731f8cc6a2898a9165e (patch) | |
tree | 2081ae6e68f561fba47bbfd0f8dbc223a7690690 | |
parent | 46eecc3b33b960d7e692547dd61792533d213e01 (diff) | |
download | cpython-a120b9f25d037a1c794df731f8cc6a2898a9165e.zip cpython-a120b9f25d037a1c794df731f8cc6a2898a9165e.tar.gz cpython-a120b9f25d037a1c794df731f8cc6a2898a9165e.tar.bz2 |
gh-97754: Update doc for default location of per-user installs on Windows (GH-97756)
-rw-r--r-- | Doc/using/windows.rst | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index d409e81..9c33952 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -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 | | |