Home
last modified time | relevance | path

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

/third_party/python/PC/
H A Dlauncher.c473 wchar_t *virtual_env = get_env(L"VIRTUAL_ENV"); in locate_venv_python() local
477 if (virtual_env == NULL || virtual_env[0] == L'\0') { in locate_venv_python()
482 debug(L"Checking for Python executable in virtual env '%ls'\n", virtual_env); in locate_venv_python()
484 L"%ls\\Scripts\\%ls", virtual_env, PYTHON_EXECUTABLE); in locate_venv_python()

Completed in 3 milliseconds