Home
last modified time | relevance | path

Searched refs:virtual_env (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/PC/
Dlauncher.c463 wchar_t *virtual_env = get_env(L"VIRTUAL_ENV"); in locate_venv_python() local
467 if (virtual_env == NULL || virtual_env[0] == L'\0') { in locate_venv_python()
472 debug(L"Checking for Python executable in virtual env '%ls'\n", virtual_env); in locate_venv_python()
474 L"%ls\\Scripts\\%ls", virtual_env, PYTHON_EXECUTABLE); in locate_venv_python()