This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
environment_modules [2021/10/20 15:55] root [Oddities and Exceptions] |
environment_modules [2022/01/26 09:52] (current) root |
||
---|---|---|---|
Line 59: | Line 59: | ||
- | ==== Where to Load Modules | + | ==== Where run Module |
You have several options as to where to use " | You have several options as to where to use " | ||
Line 90: | Line 90: | ||
This would generate an error because of the latest version of R already being loaded. | This would generate an error because of the latest version of R already being loaded. | ||
- | So, in your script you should | + | So, in your script you could unload R before loading the new version. |
< | < | ||
Line 150: | Line 150: | ||
Since various OS level tools need python and perl there are versions of these languages installed system-wide. No module needed. These are python3 (version 3.8.5) and perl (version 5.30.0). You are welcome to use these, but there are also modules with slightly different versions: | Since various OS level tools need python and perl there are versions of these languages installed system-wide. No module needed. These are python3 (version 3.8.5) and perl (version 5.30.0). You are welcome to use these, but there are also modules with slightly different versions: | ||
- | * python 2.7.18 for older software that requires python2 | + | |
- | * python 3.9.5 | + | * python 3.9.5 |
- | * perl 5.34.0 | + | * perl 5.34.0 |
The system-wide python is accessible only as " | The system-wide python is accessible only as " |