We have installed and configured two Anaconda Python environments
into the HEX cluster. The environment can be loaded running the
following command " module avail ". This will list all the modules
available for loading. Execute " module load python/anaconda-python-2.7 "
or " module load python/anaconda-python-3.4 ". This will replace the
default system python environment and pkgs with the one selected for
loading.
The great feature about Anaconda is the application
comes pre-bundled with all the scientific packages compiled and
configured. Updates are done via " conda update " or " conda install "