So I installed Anaconda and everything is working. After I installed it I decided to switch to oh-my-zsh. I am now getting:
oh-my-zsh
zsh
If this problem occurs on a mac, then type the following commands:
source /bin/activate conda init zsh
This will modify your zshrc accordingly (or create it if it does not exist).
This solution comes from the official anaconda doc.