1 post tagged as "bash"

Setting Environment Variables on Mac OS X

This is the way I do it and I’m storing the info here because I’ve already looked it up on 3 different occasions. I store them in my bash profile. To edit that file simply use the following in the terminal: subl ~/.bash_profile I use Sublime text…