mirror of https://github.com/python/cpython.git
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:
parent
40e56f3191
commit
2911521026
|
@ -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 | |
|
||||
|
|
Loading…
Reference in New Issue