Trying to become compatible with Python 3.13 on Windows

This commit is contained in:
Matthias Koefferlein 2024-11-13 00:47:27 +01:00
parent a983603dbc
commit 105751e2cf
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ PythonInterpreter::PythonInterpreter (bool embedded)
}
}
Py_SetPath (tl::to_wstring (path).c_str ());
tl::set_env (pythonpath_name, path);
}