carpentries-incubator / introduction-to-conda-for-data-scientists

Introduction to Conda for (Data) Scientists
https://carpentries-incubator.github.io/introduction-to-conda-for-data-scientists/
Other
48 stars 40 forks source link

conda help is not a valid command #80

Open mfoos opened 1 year ago

mfoos commented 1 year ago

In the setup file, it says to check your conda install using "conda help", which on my 2017 macbook pro running ventura creates a command not found error. While it's possible this is somehow just me, from my experience with convention, it is not just me and the lesson needs to be changed to say "conda --help". I'll make the pr if desired.