So I installed Anaconda and everything is working. After I installed it I decided to switch to oh-my-zsh. I am now getting:
zsh
Find the right version of your anaconda
Put it to ~/.zshrc via command vim ~/.zshrc
export PATH="/User//anaconda2/bin:$PATH" export PATH="/User//anaconda3/bin:$PATH" export PATH="/anaconda2/bin:$PATH"export PATH="/anaconda3/bin:$PATH"Restart the zsh source ~/.zshrc