mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
Closes #15173: Tidied up copyright statements and removed pythonv references.
This commit is contained in:
parent
e51a36922f
commit
2895244653
4 changed files with 14 additions and 14 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue