In tcsh, I can run commands like: …using an alias defined as such: I’m trying to get an equivalent to this for bash. Currently, I’ve tried making a separate bash function for each subcommand, like so: I can be sure the program calls have been executed, since the unexisting module (added by purpose for testing) gtk+/2.24.17 creates an entry in
Tag: environment-modules
modulefile – module unload is not unsetting environment variables
I have a very simple modulefile: And here is my command line: According to the modulefile man page unload module command was supposed to turn all setenv’s to unsetenv but it doesn’t seem to be working. Does anyone know what I might be doing wrong here? More information: For those unfamiliar with modulefiles (they do not seem to be that