Last active
January 2, 2016 07:49
-
-
Save jatinganhotra/8272017 to your computer and use it in GitHub Desktop.
brew doctor, brew --config and brew install -v foo 2>&1 Information
This file contains hidden or 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
-> brew doctor | |
bash-3.2$ brew doctor | |
Your system is ready to brew. | |
-> brew --config | |
bash-3.2$ brew --config | |
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew.git | |
HEAD: 5dea7fc768fb1c1fba875332f9002378157e5286 | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: quad-core 64-bit sandybridge | |
OS X: 10.9-x86_64 | |
Xcode: 5.0.2 | |
CLT: 5.0.1.0.1.1382131676 | |
Clang: 5.0 build 500 | |
X11: 2.7.5 => /opt/X11 | |
System Ruby: 1.8.7-358 | |
Perl: /usr/bin/perl | |
Python: /usr/bin/python | |
Ruby: /Users/silverSpoon/.rvm/rubies/ruby-1.9.3-p194/bin/ruby | |
-> brew install -v foo 2>&1 | |
bash-3.2$ brew install -v foo 2>&1 | |
Error: No available formula for foo | |
Searching taps... | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment