PATH help
I tried to install wasp but gets this error "WARNING: It looks like '/Users/xxx/.local/bin is not on your PATH! You will not be able to invoke wasp from the terminal by its name.
You can add it to your PATH by adding following line into your profile file (~/.profile or ~/.zshrc or ~/.bash_profile or ~/.bashrc
export PATH=$PATH:/Users/xxx/.local/bin
I tried to locale the files but cant seem to do it. I am running the terminal on a mac.
Does anyone know what to do?
4 Replies
Hey sure! It should be in your home, you should have .bash_profile there. If you don't have it, you can create one and just put the line with
export PATH...
in it!
make sure to restart your terminal after you do this, so it picks up the changes.where do I find the "home"?
home refers to the home directory in your terminal. so as soon as you open your terminal, you'll probably be there. on mac, it will typically be
/Users/your_username
Home is represented as this —-> ~