Environment VariablesΒΆ
pyMOR respects the following environment variables:
- PYMOR_CACHE_DISABLE
- If
1
, disable caching globally, overriding calls toenable_caching
. This is mainly useful for debugging. Seepymor.core.cache
for more details. - PYMOR_COLORS_DISABLE
- If
1
, disable coloring of logging output. - PYMOR_WITH_SPHINX
- This variable is set to
1
during API documentation generation using sphinx. - PYMOR_DEFAULTS
- If empty or
NONE
, do not load anydefaults
from file. Otherwise, a:
-separated list of the paths to a Python scripts containing defaults.