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

(cherry picked from commit a120b9f25d)

Co-authored-by: Ben Faulhaber <111227622+faulhaberben@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2022-10-04 09:13:37 -07:00 committed by Pablo Galindo
parent c6bf822a89
commit e232e49e86
No known key found for this signature in database
GPG key ID: FFE87404168BD847

View file

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