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

GH-92584: Move installation schemes overview to sysconfig docs#108018

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Yhg1s merged 7 commits intopython:mainfromAA-Turner:sysconfig-schemes
Oct 2, 2023
Merged
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
Merge branch 'main' into sysconfig-schemes
# Conflicts:#Doc/library/site.rst#Doc/library/sysconfig.rst#Doc/using/cmdline.rst
  • Loading branch information
@AA-Turner
AA-Turner committedAug 22, 2023
commitc15141816738a9d5e20efe647148ca452838468e
8 changes: 4 additions & 4 deletionsDoc/library/sysconfig.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -82,14 +82,14 @@ Python currently supports nine schemes:
This scheme defines paths located under the user's home directory
(:const:`site.USER_BASE`).
- *posix_venv*: scheme for :mod:`Python virtual environments <venv>` on POSIX
platforms; by default it is the same as *posix_prefix*.
platforms; by default it is the same as *posix_prefix*.
- *nt*: scheme for Windows.
This is the default scheme used when Python or a component is installed.
- *nt_user*: scheme for Windows, when the *user* option is used.
- *nt_venv*: scheme for :mod:`Python virtual environments <venv>` on Windows;
by default it is the same as *nt*.
- *venv*: a scheme with values fromether *posix_venv* or *nt_venv* depending
on the platform Python runs on
by default it is the same as *nt*.
- *venv*: a scheme with values fromeither *posix_venv* or *nt_venv* depending
on the platform Python runs on.
- *osx_framework_user*: scheme for macOS, when the *user* option is used.

Each scheme is itself composed of a series of paths and each path has a unique
Expand Down
You are viewing a condensed version of this merge commit. You can view thefull changes here.

[8]ページ先頭

©2009-2025 Movatter.jp