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
You need to fix the spacing and quotes:
export PATH ="/Users/Dz/anaconda/bin:$PATH"
Instead use
export PATH="/Users/Dz/anaconda/bin":$PATH