Searched +refs:env +refs:VIRTUAL_ENV_PROMPT (Results 1 – 2 of 2) sorted by relevance
96 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()
23 set -e VIRTUAL_ENV_PROMPT45 # fish uses a function instead of an env var to generate the prompt.65 set -gx VIRTUAL_ENV_PROMPT "__VENV_PROMPT__"