Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. J-Herskowitzs-MacBook-Air:build J$ brew doctor
  2. Unbrewed dylibs were found in /usr/local/lib.
  3.  
  4. If you didn't put them there on purpose they could cause problems when
  5. building Homebrew formulae, and may need to be deleted.
  6.  
  7. Unexpected dylibs:
  8. /usr/local/lib/libclucene-core.2.3.3.4.dylib
  9. /usr/local/lib/libclucene-shared.2.3.3.4.dylib
  10. /usr/local/lib/libechonest.1.1.4.dylib
  11. /usr/local/lib/libechonest.1.1.5.dylib
  12.  
  13. We couldn't detect gcc 4.0.x. Some formulae require this compiler.
  14.  
  15. /usr/bin is in your PATH before Homebrew's bin. This means that system-
  16. provided programs will be used before Homebrew-provided ones. This is an
  17. issue if you install, for instance, Python.
  18.  
  19. Consider editing your .bashrc to put:
  20. /usr/local/bin
  21. ahead of /usr/bin in your $PATH.
  22.  
  23. Some brews install binaries to sbin instead of bin, but Homebrew's
  24. sbin was not found in your path.
  25.  
  26. Consider editing your .bashrc to add:
  27. /usr/local/sbin
  28. to $PATH.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement