mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
sys.prefix and sys.exec_prefix are now set correctly.
This commit is contained in:
parent
80cf5a8c4c
commit
ac62569fd0
1 changed files with 2 additions and 2 deletions
|
@ -503,11 +503,11 @@ Py_GetArgcArgv(argc,argv)
|
|||
char *
|
||||
Py_GetPrefix()
|
||||
{
|
||||
return "";
|
||||
return PyMac_GetPythonDir();
|
||||
}
|
||||
|
||||
char *
|
||||
Py_GetExecPrefix()
|
||||
{
|
||||
return "";
|
||||
return PyMac_GetPythonDir();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue