Created
October 23, 2010 17:03
-
-
Save cvasilak/642442 to your computer and use it in GitHub Desktop.
brew config / brew doctor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cvasilak$ brew --config | |
HOMEBREW_VERSION: 0.7 | |
HEAD: (none) | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_REPOSITORY: /usr/local | |
HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew | |
Hardware: dual-core 64-bit core2 | |
OS X: 10.6.5 | |
Kernel Architecture: i386 | |
Ruby: 1.8.7-174 | |
/usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby | |
Xcode: 3.2.5 | |
GCC-4.0: build 5494 | |
GCC-4.2: build 5664 | |
LLVM: build 2333 | |
MacPorts or Fink? false | |
X11 installed? true | |
----------------------------------------------------------------------------------------------- | |
cvasilak$ brew doctor | |
/usr/bin is in your PATH before Homebrew's bin. This means that system- | |
provided programs will be used before Homebrew-provided ones. This is an | |
issue if you install, for instance, Python. | |
Consider editing your .bashrc to put: | |
/usr/local/bin | |
ahead of /usr/bin in your $PATH. | |
Some brews install binaries to sbin instead of bin, but Homebrew's | |
sbin was not found in your path. | |
Consider editing your .bashrc to add: | |
/usr/local/sbin | |
to $PATH. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment