Home
last modified time | relevance | path

Searched +refs:env +refs:VIRTUAL_ENV_PROMPT (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/venv/scripts/common/
DActivate.ps196 Remove-Item -Path env:VIRTUAL_ENV in global:deactivate()
100 if (Test-Path -Path Env:VIRTUAL_ENV_PROMPT) { in global:deactivate()
101 Remove-Item -Path env:VIRTUAL_ENV_PROMPT in global:deactivate()
/third_party/python/Lib/venv/scripts/posix/
Dactivate.fish23 set -e VIRTUAL_ENV_PROMPT
45 # fish uses a function instead of an env var to generate the prompt.
65 set -gx VIRTUAL_ENV_PROMPT "__VENV_PROMPT__"