57a58
> #include "config/pythonhome.hh"
147a149,153
> char *python_home = getenv("PYTHONHOME");
> if (!python_home)
> python_home = PYTHONHOME;
> Py_SetPythonHome(python_home);
>