**Issue** I ran into this error when running from the EESSI container: ``` Singularity> source /cvmfs/pilot.eessi-hpc.org/2020.12/init/bash [EESSI pilot 2020.12] $ module load EasyBuild [EESSI pilot 2020.12] $ eb -S ReFrame ERROR: Failed to parse configuration options: 'parseconfigfiles: configfile /sw/noarch/RedHatEnterpriseServer7/2020//software/eb/4.3.2/etc/config.cfg not found.' ``` Whoops, that's because our host system has `EASYBUILD_CONFIGFILES` set up. How should we go about this? Should the init script unset any `EASYBUILD_*` variables?