Where to find the .bashrc file on Mac OS X Snow Leopard and Lion?

I want to install rvm on my Snow Leopard machine. It says I need to add a line to my .bashrc file (I’m using bash) but where is my .bashrc file? Answer Regarding the problem with .bashrc above: On most systems, ~/.bashrc is only used when starting an interactive non-login shell. However, when you start … Read more

How do you re-install a package with Homebrew (Mac)?

Struggling to find good Homebrew documentation (or tutorial)… In the mean time I need to reinstall ImageMagick that was installed with Homebrew (brew install imagemagick) and not sure if I should first brew uninstall imagemagick or go ahead and brew install imagemagick –disable-openmp –force over the existing installation?!? what does –force actually do? is it … Read more