seismo-learn / seismology101

Tutorials for absolute beginners in Seismology
https://seismo-learn.org/seismology101/
64 stars 18 forks source link

Use conda with the libmamba solver #666

Closed seisman closed 1 year ago

seisman commented 1 year ago

See https://www.anaconda.com/blog/conda-is-fast-now and https://www.anaconda.com/blog/a-faster-conda-for-a-growing-community/.

In short, conda now can use the faster libmamba solver, so it's almost as fast as mamba.

Thus, we don't have to introduce mamba anymore. conda users just need to run the following commands to enable the libmamba solver:

conda install -n base conda-libmamba-solver
conda config --set solver libmamba

Closes https://github.com/seismo-learn/seismology101/issues/622.