Skip to content

Instantly share code, notes, and snippets.

@roderik
Created October 7, 2013 10:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roderik/6865735 to your computer and use it in GitHub Desktop.
Save roderik/6865735 to your computer and use it in GitHub Desktop.
brew doctor from a clean install terminal (chef run)
Roderiks-Mac:kitchenplan roderik$ brew doctor
Warning: You are using Mac OS X 10.9.
We do not yet provide support for this (unreleased) version.
Warning: /usr/bin occurs before /usr/local/bin
This means that system-provided programs will be used instead of those
provided by Homebrew. The following tools exist at both paths:
easy_install
easy_install-2.7
git
git-cvsserver
git-receive-pack
git-shell
git-upload-archive
git-upload-pack
Consider setting your PATH so that /usr/local/bin
occurs before /usr/bin. Here is a one-liner:
echo export PATH="/usr/local/bin:$PATH" >> ~/.bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment