astropy / astropy-workshop

Materials for Astropy Workshops
BSD 3-Clause "New" or "Revised" License
102 stars 66 forks source link

Command "mamba" is not found #222

Closed stargaser closed 10 months ago

stargaser commented 1 year ago

At least three users reported that the mamba info step in the instructions just brought up an error that the mamba command is not found.

The solution is to specify the full path to mamba, e.g. $HOME/bin/mamba info, or $HOME/bin/mamba init to initialize the user's shell.

stargaser commented 1 year ago

Now that the libmamba solver is included in conda by default, we could switch the instructions back to conda...

bmorris3 commented 1 year ago

I don't know the history of how we got here – do we want that?

My preferred approach is to have users:

That's been the fastest way to get people up and running in my recent experience. Is there any reason that isn't sufficient for this workshop?

stargaser commented 1 year ago

This history of how we got here is that several years ago, users were just told to install Anaconda since it included astropy and Jupyter notebooks. Then for the AAS 235 workshop in January 2020, we switched to a full-blown conda install, IIRC.

I like your preferred approach. It would make everything a lot simpler. Let's do it!