I'm trying to set bash environment variables for EB. Below are the ones that are not being correctly used when set. Do I have the names incorrect maybe? I was just following the same convention used for setting EASYBUILD_MODULES_TOOL.
EASYBUILD_INSTALL_PATH=/software EASYBUILD_SUBDIR_SOFTWARE= EASYBUILD_SOURCE_PATH=/software/src EASYBUILD_BUILD_PATH=/software/src/build When set, EB does not look in /software/src for any compressed sources. I know I can pass a config file when using the eb command, but in this instance I'd rather not do that.

