Commit e71f8ee4 authored by Stefan Behnel's avatar Stefan Behnel

Include Python/system paths in "buildenv" test output to help with debugging search path problems.

parent 5c5d70e7
......@@ -107,6 +107,15 @@ SIZEOF_VOID_P {SIZEOF_VOID_P} ({sizeof(void*)})
SIZEOF_UINTPTR_T {SIZEOF_UINTPTR_T} ({sizeof(unsigned int *)})
SIZEOF_OFF_T {SIZEOF_OFF_T}
Paths:
sys.executable = {sys.executable}
sys.exec_prefix = {sys.exec_prefix}
sys.base_exec_prefix = {sys.base_exec_prefix}
sys.prefix = {sys.prefix}
sys.path = {sys.path}
PYTHONPATH (env) = {get_env('PYTHONPATH', '')}
PYTHONHOME (env) = {get_env('PYTHONHOME', '')}
Distutils:
INCDIR = {sysconfig.get_python_inc()}
LIBS = {config_var('LIBS')}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment