Versions Compared

Key

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

...

Use the module name python to discover versions available and to load the application.

Python Version 2: As of 1/1/2020, Python 2 has been sunsetted - which means “no new bug reports, fixes, or changes will be made to Python 2, and Python 2 is no longer supported.” We appreciate that some users might still require this version. On the Beartooth cluster we have provided this via a conda environment. We strongly suggest, where possible, that researchers migrate their source to python version 3.x.

Installing Packages

Currently we do not typically have packages pre-installed with any versions of python that we have on the clusters. Since there are 100s of packages, it is unmanageable to track/install what users consider common, so any packages you require we leave to the user to install. 

...