Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Goal: Understand how to load modules, reset your environment by purging, and potential dependency issues.

...

Info

Can we combine the two module load commands into a single line?

What is the difference, what happens, when we try the following two methods:

...

Info

Order matters!

Dependencies must be loaded first, so must be listed first, from left to right.

...

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.

...

...