Searched refs:venv_python (Results 1 – 1 of 1) sorted by relevance
471 static wchar_t venv_python[MAX_PATH]; in locate_venv_python() local483 _snwprintf_s(venv_python, MAX_PATH, _TRUNCATE, in locate_venv_python()485 attrs = GetFileAttributesW(venv_python); in locate_venv_python()487 debug(L"Python executable %ls missing from virtual env\n", venv_python); in locate_venv_python()492 wcscpy_s(ip->executable, MAX_PATH, venv_python); in locate_venv_python()