I had problems with /usr/local not being in PATH too. Basically, you need to add: export PATH=/usr/local/bin:$PATH into ~/.bash_profile Looks like it's also important that /usr/local/bin comes first there.