diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2012-06-24 23:47:46 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2012-06-24 23:47:46 (GMT) |
commit | 2895244653be4d01ffb510cfa2c12754af6423a9 (patch) | |
tree | 2979d9e84276e924afeeb5303d9a89f0eb0782d1 /Mac/Tools | |
parent | e51a36922ffcce8c5e45cc88dc95a9d33ead0f11 (diff) | |
download | cpython-2895244653be4d01ffb510cfa2c12754af6423a9.zip cpython-2895244653be4d01ffb510cfa2c12754af6423a9.tar.gz cpython-2895244653be4d01ffb510cfa2c12754af6423a9.tar.bz2 |
Closes #15173: Tidied up copyright statements and removed pythonv references.
Diffstat (limited to 'Mac/Tools')
-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); } } |