Environment Variables¶
You can modify the behaviour of antares before launching the python interpreter by setting some environment variables.
Header¶
If you want to print the antares header when importing the module, then set
the environment variable ANTARES_NOHEADER
to false.
export ANTARES_NOHEADER=false # in bash
setenv ANTARES_NOHEADER false # in csh
Early Logger¶
If you want to print debugging information raised during the import of antares,
then set the environment variable ANTARES_EARLY_LOGGER
to true.
export ANTARES_EARLY_LOGGER=true # in bash
setenv ANTARES_EARLY_LOGGER true # in csh