Versions Compared

Key

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

...

We have added an executable binary on GRACE in /usr/local/bin which should automatically be in your $PATH variable.  Assuming that the directory for mamba is in your $PATH variable, use mamba as you would conda!

Code Block
mamba create -n xtensor_env xtensor -c conda-forge


The version of Mamba running on GRACE expects the bash variable $MAMBA_ROOT_PREFIX to be set to the same place as your default conda directory. By default this location is ~/.conda but you might need to set it to something else if you decide to use your own personal copy of conda instead of the admin maintained conda instance. 

...