gh-97754: Update doc for default location of per-user installs on Windows (GH-97756)

This commit is contained in:
Ben Faulhaber 2022-10-04 18:04:41 +02:00 committed by GitHub
parent 46eecc3b33
commit a120b9f25d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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 | |