Translations:Utiliser des modules/16/en: Difference between revisions
Jump to navigation
Jump to search
Sub-command
(Created page with "==== Sub-command <code>unload</code> ==== After the <code>load</code> sub-command, <code>unload</code> removes a module from your environment. For example, {{Command|module un...") |
No edit summary |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
=== Sub-command <code>unload</code> === | |||
In contrast with 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 compiler suite from your environment. |
Latest revision as of 14:23, 24 July 2024
Sub-command unload
[edit]
In contrast with 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 compiler suite from your environment.