Py_GETENV

this is a wrapper around getenv() that pays attention to Py_IgnoreEnvironmentFlag. It should be used for getting variables like PYTHONPATH and PYTHONHOME from the environment

extern (C)
char*
Py_GETENV
()
(
const(char)* s
)

Meta