mirror of
https://github.com/python/cpython.git
synced 2025-10-03 13:45:29 +00:00
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
bbecca523a
commit
3263aaf83f
1 changed files with 6 additions and 3 deletions
|
@ -150,11 +150,14 @@ of available options is shown below.
|
||||||
| | | Python X.Y` |
|
| | | Python X.Y` |
|
||||||
+---------------------------+--------------------------------------+--------------------------+
|
+---------------------------+--------------------------------------+--------------------------+
|
||||||
| DefaultJustForMeTargetDir | The default install directory for | :file:`%LocalAppData%\\\ |
|
| 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%\\\ |
|
| | | :file:`%LocalAppData%\\\ |
|
||||||
| | | Programs\\PythonXY-32` or|
|
| | | Programs\\Python\\\ |
|
||||||
|
| | | PythonXY-32` or |
|
||||||
| | | :file:`%LocalAppData%\\\ |
|
| | | :file:`%LocalAppData%\\\ |
|
||||||
| | | Programs\\PythonXY-64` |
|
| | | Programs\\Python\\\ |
|
||||||
|
| | | PythonXY-64` |
|
||||||
+---------------------------+--------------------------------------+--------------------------+
|
+---------------------------+--------------------------------------+--------------------------+
|
||||||
| DefaultCustomTargetDir | The default custom install directory | (empty) |
|
| DefaultCustomTargetDir | The default custom install directory | (empty) |
|
||||||
| | displayed in the UI | |
|
| | displayed in the UI | |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue