Searched refs:pyvenv_launcher (Results 1 – 2 of 2) sorted by relevance
539 const wchar_t *pyvenv_launcher; in get_program_full_path() local545 pyvenv_launcher = _wgetenv(L"__PYVENV_LAUNCHER__"); in get_program_full_path()546 if (pyvenv_launcher && pyvenv_launcher[0]) { in get_program_full_path()547 wcscpy_s(program_full_path, MAXPATHLEN+1, pyvenv_launcher); in get_program_full_path()
1168 const char* pyvenv_launcher = getenv("__PYVENV_LAUNCHER__"); in config_init_program_name() local1169 if (pyvenv_launcher && *pyvenv_launcher) { in config_init_program_name()1174 wchar_t* program_name = Py_DecodeLocale(pyvenv_launcher, &len); in config_init_program_name()