I've been struggling with "PATH" issues while setting up Rails and other things on Mac for a long time now, and I can't get a straight answer about how I can just see my $PATH and change it. I'm just running the Terminal right now, but if I need to run another program to run Bash commands or something I can probably figure out how to do that.
Execute the following command in Terminal to view the current value of PATH
:
echo $PATH
To modify this PATH
variable, create a .bash_profile
file in your home directory (/Users/username/.bash_profile
) and add a line similar to this:
export PATH=$PATH:/new/directory/location
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With