Translations:Utiliser des modules/16/en: Difference between revisions
Jump to navigation
Jump to search
Sub-command
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Sub-command <code>unload</code> == | == Sub-command <code>unload</code> == | ||
After the <code>load</code> sub-command, <code>unload</code> removes a module from your environment. For example, | After the <code>load</code> sub-command, <code>unload</code> removes a module from your environment. For example, | ||
{{Command|module unload gcc/ | {{Command|module unload gcc/9.3}} | ||
would remove the GCC | would remove the GCC 9.3 compilers from your environment. |
Revision as of 15:37, 24 March 2021
Sub-command unload
[edit]
After the load
sub-command, unload
removes a module from your environment. For example,
[name@server ~]$ module unload gcc/9.3
would remove the GCC 9.3 compilers from your environment.