File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7373# correct locations.
7474# The "venv" install scheme is a scheme to bootstrap virtual environments,
7575# essentially identical to the default posix_prefix/nt schemes.
76- # Downstream distributors will need to change this,
77- # if their posix_prefix/nt scheme is not venv-compatible.
76+ # Downstream distributors who patch posix_prefix/nt scheme are encouraged to do
77+ # it after this copy is made:
7878if sys .platform == 'win32' :
7979 _INSTALL_SCHEMES ['venv' ] = dict (_INSTALL_SCHEMES ['nt' ])
8080else :
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ bootstrapping new virtual environments. It is a copy of the
55instead of hardcoding the paths depending only on the platform. Downstream
66Python distributors customizing the ``"posix_prefix" `` or ``"nt" `` install
77scheme in a way that is not compatible with the install scheme used in
8- virtual environments are encouraged to supply a modified working ``"venv" ``
9- scheme.
8+ virtual environments are encouraged to do it after the ``"venv" `` scheme
9+ is created or to supply a modified working `` "venv" `` scheme.
You can’t perform that action at this time.
0 commit comments