Rasa Installation on Mac

Hi i m installing Rasa on my mac . Duration installation its give me the following error.

Looks like/usr/local/bin is not in your $PATH

Have you tried running echo $PATH in your terminal?

You should see something like this :

/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin

But I am guessing you aren’t since you are getting this error.

Open a new terminal window and run

sudo nano /etc/paths

  • then enter your password when prompted

  • Go to the bottom of the file, and enter the path you wish to add

  • Hit control-x to quit

  • Enter “Y” to save the modified buffer.

again, in a NEW terminal window type echo $PATH and you should see the path being listed successfully. Give it a try!