Change order of PATH entries on Mac OS X

I wanted to have /usr/local/bin to be listed before /usr/bin in my PATH environment variable. One way to achieve this would be to add a ~/.profile file with a line like this: export PATH=/usr/local/bin:$PATH This would result in /usr/local/bin being … Continue reading Change order of PATH entries on Mac OS X