Home
last modified time | relevance | path

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

/external/python/cpython3/PC/
Dlauncher.c422 static wchar_t venv_python[MAX_PATH]; in find_python_by_venv() local
433 _snwprintf_s(venv_python, MAX_PATH, _TRUNCATE, in find_python_by_venv()
435 attrs = GetFileAttributesW(venv_python); in find_python_by_venv()
437 debug(L"Python executable %ls missing from virtual env\n", venv_python); in find_python_by_venv()
441 return venv_python; in find_python_by_venv()