Conda Command Not Running – How I fixed it

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.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.