mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Closes #19139: Changed usage of __VENV_NAME__ and added __VENV_PROMPT__.
This commit is contained in:
parent
7c411a4041
commit
dff9e2535f
6 changed files with 11 additions and 7 deletions
|
@ -187,6 +187,9 @@ creation according to their needs, the :class:`EnvBuilder` class.
|
|||
* ``__VENV_NAME__`` is replaced with the environment name (final path
|
||||
segment of environment directory).
|
||||
|
||||
* ``__VENV_PROMPT__`` is replaced with the prompt (the environment
|
||||
name surrounded by parentheses and with a following space)
|
||||
|
||||
* ``__VENV_BIN_NAME__`` is replaced with the name of the bin directory
|
||||
(either ``bin`` or ``Scripts``).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue