Modifying System PATH on Mac OSX
Posted: September 24th, 2010 | Author: Matt | Tags: command, mac, path | No Comments »To add a directory to your global terminal path in OSX you simply need to add the desired directory to the /etc/paths file and you’re all set. To do this from the terminal type the following command:
sudo vim /etc/paths
Thank you Apple for making this so simple.
