Last active
August 29, 2015 13:57
-
-
Save lrsantos11/9556829 to your computer and use it in GitHub Desktop.
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
Traceback (most recent call last): | |
File "/usr/local/bin/pip3", line 5, in <module> | |
from pkg_resources import load_entry_point | |
ImportError: No module named 'pkg_resources' |
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
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew | |
HEAD: 82e51394d565c25638b2a30dd74b38801f522b12 | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: quad-core 64-bit sandybridge | |
OS X: 10.9.2-x86_64 | |
CLT: 5.1.0.0.1.1393561416 | |
Clang: 5.1 build 503 | |
X11: 2.7.5 => /opt/X11 | |
System Ruby: 1.8.7-358 | |
Perl: /usr/bin/perl | |
Python: /usr/bin/python | |
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby |
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
Warning: Unbrewed dylibs were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected dylibs: | |
/usr/local/lib/libasan.0.dylib | |
/usr/local/lib/libatomic.1.dylib | |
/usr/local/lib/libgcc_ext.10.4.dylib | |
/usr/local/lib/libgcc_ext.10.5.dylib | |
/usr/local/lib/libgcc_s.1.dylib | |
/usr/local/lib/libgfortran.3.dylib | |
/usr/local/lib/libgomp.1.dylib | |
/usr/local/lib/libitm.1.dylib | |
/usr/local/lib/libquadmath.0.dylib | |
/usr/local/lib/libssp.0.dylib | |
/usr/local/lib/libstdc++.6.dylib | |
Warning: Unbrewed .la files were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected .la files: | |
/usr/local/lib/libasan.la | |
/usr/local/lib/libatomic.la | |
/usr/local/lib/libgfortran.la | |
/usr/local/lib/libgmp.la | |
/usr/local/lib/libgomp.la | |
/usr/local/lib/libitm.la | |
/usr/local/lib/libmpc.la | |
/usr/local/lib/libmpfr.la | |
/usr/local/lib/libquadmath.la | |
/usr/local/lib/libssp.la | |
/usr/local/lib/libssp_nonshared.la | |
/usr/local/lib/libstdc++.la | |
/usr/local/lib/libsupc++.la | |
Warning: Unbrewed static libraries were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected static libraries: | |
/usr/local/lib/libatomic.a | |
/usr/local/lib/libgfortran.a | |
/usr/local/lib/libgomp.a | |
/usr/local/lib/libiberty.a | |
/usr/local/lib/libitm.a | |
/usr/local/lib/libquadmath.a | |
/usr/local/lib/libssp.a | |
/usr/local/lib/libssp_nonshared.a | |
/usr/local/lib/libstdc++.a | |
/usr/local/lib/libsupc++.a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment