Environment Variables

You can modify the behaviour of antares before launching the python interpreter by setting some environment variables.

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