I recently updated my MacOS to Catalina, and now I have the infamous "zsh command not found: conda" when I enter "conda" in my terminal. I've read a number of solutions, and the easiest for me to try was to reinstall Anaconda in my home directory (specifically, the 2019.10 version of the installer installs in Users/myname/opt/anaconda3), as suggested by the folks at Anaconda here.
Well, I did just that and it did not solve the problem. What am I missing?
conda init zsh
(from bash) this will put the appropriate code in you zsh profile (you'll need to start a new terminal session). – Daggna