I installed Anaconda with the Mac installer (and also tried installing .sh with bash). The installation automatically created a PATH in the file .bash_profile
as follows:
export PATH="/Users/MyUserName/anaconda/bin:$PATH"
I restarted the terminal and even the computer. When I type conda ....
on the command line, I still get the error -bash: conda: command not found
. I do / have gone missing. wrong? I am using OS X Yosemite. Thanks
source
share