You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The module source command only accepts file path as argument. It would be nice to allow the use of module name and version designation also on module source command.
$ module source foo/1.2
As a consequence, to designate a file path instead of a module name and version, argument should be prefixed by ./.
$ module source ./dir/file
The text was updated successfully, but these errors were encountered:
The
module source
command only accepts file path as argument. It would be nice to allow the use of module name and version designation also onmodule source
command.$ module source foo/1.2
As a consequence, to designate a file path instead of a module name and version, argument should be prefixed by
./
.$ module source ./dir/file
The text was updated successfully, but these errors were encountered: