Skip to content

Instantly share code, notes, and snippets.

@rauxalach
Created August 2, 2012 05:44
Show Gist options
  • Save rauxalach/3234109 to your computer and use it in GitHub Desktop.
Save rauxalach/3234109 to your computer and use it in GitHub Desktop.
brew doctor error usr/bin before usr/local/bin
ah ok thanks for explaining this.
.bash_profile now reads:
[[ -s ~/.bashrc ]] && source ~/.bashrc
and .bashrc like this:
export PATH=/usr/local/bin:/usr/local/sbin:~/bin:$PATH
echo $PATH gives me
/usr/local/bin:/usr/local/sbin:/Users/max/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/local/MacGPG2/bin
chown and friends are now working again.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment