We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The bootstrap doesn't work yet with Lmod or modulecmd.tcl.
Shouldn't be too hard to fix the bootstrap script for this, just also check for lmod or modulecmd.tcl, and set $EASYBUILD_MODULES_TOOL accordingly.
Reported by @pescobar via IRC
The text was updated successfully, but these errors were encountered:
work around (for bash and Lmod (replace Lmod with tcl etc etc)
mkdir -p /tmp/fake echo 'echo Usage: module' > /tmp/fake/modulecmd chmod +x /tmp/fake/modulecmd export PATH=/tmp/fake:$PATH export EASYBUILD_MODULES_TOOL=Lmod
Sorry, something went wrong.
other EASYBUILD_MODULES_TOOL values can be EnvironmentModulesTcl and default EnvironmentModulesC
EASYBUILD_MODULES_TOOL
EnvironmentModulesTcl
EnvironmentModulesC
fixed by #869, so closing this
No branches or pull requests
The bootstrap doesn't work yet with Lmod or modulecmd.tcl.
Shouldn't be too hard to fix the bootstrap script for this, just also check for lmod or modulecmd.tcl, and set $EASYBUILD_MODULES_TOOL accordingly.
Reported by @pescobar via IRC
The text was updated successfully, but these errors were encountered: