commit | 2895244653be4d01ffb510cfa2c12754af6423a9 | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Mon Jun 25 00:47:46 2012 +0100 |
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Mon Jun 25 00:47:46 2012 +0100 |
tree | 2979d9e84276e924afeeb5303d9a89f0eb0782d1 | |
parent | e51a36922ffcce8c5e45cc88dc95a9d33ead0f11 [diff] |
Closes #15173: Tidied up copyright statements and removed pythonv references.
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 @@ 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); } }