diff options
Diffstat (limited to 'Mac/Tools/pythonw.c')
-rw-r--r-- | Mac/Tools/pythonw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Tools/pythonw.c b/Mac/Tools/pythonw.c index ebee531..f5cdff5 100644 --- a/Mac/Tools/pythonw.c +++ b/Mac/Tools/pythonw.c @@ -159,7 +159,7 @@ main(int argc, char **argv) { status = _NSGetExecutablePath(path, &size); if (status == 0) { if (realpath(path, real_path) != NULL) { - setenv("__PYTHONV_LAUNCHER__", real_path, 1); + setenv("__PYVENV_LAUNCHER__", real_path, 1); } } |