Searched refs:pyvenv_launcher (Results 1 – 2 of 2) sorted by relevance
495 const wchar_t *pyvenv_launcher; in get_program_full_path() local506 pyvenv_launcher = _wgetenv(L"__PYVENV_LAUNCHER__"); in get_program_full_path()507 if (pyvenv_launcher && pyvenv_launcher[0]) { in get_program_full_path()523 wcscpy_s(program_full_path, MAXPATHLEN+1, pyvenv_launcher); in get_program_full_path()
1511 const char* pyvenv_launcher = getenv("__PYVENV_LAUNCHER__"); in config_init_program_name() local1512 if (pyvenv_launcher && *pyvenv_launcher) { in config_init_program_name()1518 pyvenv_launcher, in config_init_program_name()