Tagged Questions
0
votes
0answers
88 views
Restore paths after OS reinstall
I sent my MBP to the shop for repairs, and one of the things they did was reinstall the Snow Leopard. Now my system settings and paths are gone, for example:
$ brew install ngspice
Error: Cannot ...
12
votes
2answers
6k views
Amending PATH so that /usr/local/bin is ahead of /usr/bin
I'm trying to install brew but get the following warning:
Warning: /usr/bin occurs before /usr/local/bin
This means that system-provided programs will be used instead of those
provided by Homebrew. ...
5
votes
4answers
352 views
Newly Installed App (gem) Via Terminal, Path?
I have used sudo gem install to install a few gems. My question is how do I know where the executable was installed, so I can add it to the path in .bash_profile?