Hi all,
I am a new user, trying to install miniconda3 in macbook M1. I believe I have successully installed it but I am still getting this error on any conda command:
zsh: command not found: conda
I have tried everything I could find online but its not working. Help is very much appreciated.
Thanks
I'm also using an M1 mac, so let's see if we can get this working.
After installing conda, did you close that terminal window and open a new one? (The new window should recognize your new conda install, while the old window might not.)
If that new window does not work, try running conda init to initialize the conda command inside your terminal. Then try opening a new terminal windows and see if you can use conda commands.
It worked after reinstalling and restarting. However, another problem I am facing now. I am trying to install QIIME environment but getting this error.
For now, lots of software, including packages needed by qiime2, are not complied for the ARM architecture used by our M1 macs. Fortunately, Apple provided Rosetta 2 to run this software and this lets us run conda and Qiime2 on the M1 chip.