I downloaded both Anaconda 2 and 3 and added them to my PATH, but when I open a new terminal and check the anaconda version, my computer says command not found: conda. I have added the commands to show what I am experiencing.
# added by Anaconda2 5.2.0 installer
export PATH="/anaconda2/bin:$PATH"
➜ ~ export PATH="/anaconda3/bin:$PATH"
➜ ~ export PATH="/anaconda2/bin:$PATH"
➜ ~ conda --version
zsh: command not found: conda
➜ ~ ports -v
zsh: command not found: ports
➜ ~