First off, here is the page that provided me with the solution.
I’m going through Google Developers tutorial on YouTube called “Hello World – Machine Learning Recipes #1”. At 2:55 the teacher says ‘assuming that worked…”
It didn’t work for me, terminal moaned the following:
-bash: conda: command not found
My solution was to add a command to my bashrc.sh file:
export PATH=”/Users/<MY USER NAME>/anaconda/bin:$PATH”
After saving the file, I could run conda commands.