Goal: Understand how to load modules, reset your environment by purging, and potential dependency issues.
...
Code Block |
---|
[]$ module purge []$ module load gcc/13.2.0 []$ module load python/3.12.0 []$ python –version--version |
Info |
---|
Can we combine the two What is the difference, what happens, when we try the following two methods: |
...
Note |
---|
Will changing the version of Python affect R? In this case probably not. But if underlying versions of libraries are changing - then maybe - and that’s the best we can say… Remember: The more complicated your environments, the more dependencies there’ll be, the more potential for dependency hell. |
...
Exercises:
Note |
---|
Try answers the following questions:
|
...