Closes #15173: Tidied up copyright statements and removed pythonv references.

This commit is contained in:
Vinay Sajip 2012-06-25 00:47:46 +01:00
parent e51a36922f
commit 2895244653
4 changed files with 14 additions and 14 deletions

View file

@ -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);
}
}