Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit03fca07

Browse files
Add documentation for Python install manager's install_dir, global_dir and download_dir (GH-140223)
(cherry picked from commit336154f)Co-authored-by: Steve Dower <steve.dower@python.org>
1 parentdc00dcf commit03fca07

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

‎Doc/using/windows.rst‎

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,25 @@ customization.
457457
- Specify the default format used by the ``py list`` command.
458458
By default, ``table``.
459459

460+
* - ``install_dir``
461+
- (none)
462+
- Specify the root directory that runtimes will be installed into.
463+
If you change this setting, previously installed runtimes will not be
464+
usable unless you move them to the new location.
465+
466+
* - ``global_dir``
467+
- (none)
468+
- Specify the directory where global commands (such as ``python3.14.exe``)
469+
are stored.
470+
This directory should be added to your:envvar:`PATH` to make the
471+
commands available from your terminal.
472+
473+
* - ``download_dir``
474+
- (none)
475+
- Specify the directory where downloaded files are stored.
476+
This directory is a temporary cache, and can be cleaned up from time to
477+
time.
478+
460479
Dotted names should be nested inside JSON objects, for example, ``list.format``
461480
would be specified as ``{"list": {"format": "table"}}``.
462481

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp