summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-10-04 16:14:42 (GMT)
committerGitHub <noreply@github.com>2022-10-04 16:14:42 (GMT)
commit2911521026d94fa2435c36dcaa4426303ffb5686 (patch)
tree1716fc71aa23209d76cade2591ecc29d2e2dbde2 /Doc
parent40e56f3191a2fd242b2c03d483fe23c960fb8c22 (diff)
downloadcpython-2911521026d94fa2435c36dcaa4426303ffb5686.zip
cpython-2911521026d94fa2435c36dcaa4426303ffb5686.tar.gz
cpython-2911521026d94fa2435c36dcaa4426303ffb5686.tar.bz2
gh-97754: Update doc for default location of per-user installs on Windows (GH-97756)
(cherry picked from commit a120b9f25d037a1c794df731f8cc6a2898a9165e) Co-authored-by: Ben Faulhaber <111227622+faulhaberben@users.noreply.github.com>
Diffstat (limited to 'Doc')
-rw-r--r--Doc/using/windows.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst
index 4a8655b..35e26eb 100644
--- a/Doc/using/windows.rst
+++ b/Doc/using/windows.rst
@@ -150,11 +150,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 | |