Home
last modified time | relevance | path

Searched refs:Py_SetPythonHome (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dif_python.c264 # define Py_SetPythonHome dll_Py_SetPythonHome macro
932 Py_SetPythonHome(py_home_buf); in Python_Init()
936 Py_SetPythonHome(PYTHON_HOME); in Python_Init()
H A Dif_python3.c219 # define Py_SetPythonHome py3_Py_SetPythonHome macro
1089 Py_SetPythonHome(py_home_buf); in Python3_Init()
1093 Py_SetPythonHome(PYTHON3_HOME); in Python3_Init()
H A Dconfigure.ac1655 void (*pfx)(char *home) = dlsym(pylib, "Py_SetPythonHome");
1701 void (*pfx)(wchar_t *home) = dlsym(pylib, "Py_SetPythonHome");
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt10731 Solution: Figure out home directory in configure and use Py_SetPythonHome()