Home
last modified time | relevance | path

Searched +refs:env +refs:VIRTUAL_ENV (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Lib/venv/scripts/posix/
Dactivate.fish22 set -e VIRTUAL_ENV
32 set -gx VIRTUAL_ENV "__VENV_DIR__"
35 set -gx PATH "$VIRTUAL_ENV/__VENV_BIN_NAME__" $PATH
44 # fish uses a function instead of an env var to generate the prompt.
63 set -gx _OLD_FISH_PROMPT_OVERRIDE "$VIRTUAL_ENV"
/external/python/cpython3/Lib/venv/scripts/common/
DActivate.ps195 if (Test-Path -Path Env:VIRTUAL_ENV) { in global:deactivate()
96 Remove-Item -Path env:VIRTUAL_ENV in global:deactivate()
/external/python/cpython3/PCbuild/
Dfind_python.bat27 @rem If there is an active virtual env, use that one
28 @if NOT "%VIRTUAL_ENV%"=="" (set PYTHON="%VIRTUAL_ENV%\Scripts\python.exe") & (set _Py_Python_Sourc…
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/helper_scripts/
Dbuild_python.sh60 if [[ -n "${VIRTUAL_ENV}" ]]; then
174 /usr/bin/env -i PATH="$PATH" "$VENV_PYTHON" -m pip install "$@"
/external/python/cpython3/Doc/library/
Dvenv.rst142 The returned env-builder is an object which has a method, ``create``:
319 os.environ['VIRTUAL_ENV'] = context.env_dir