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

...