Guest User

Untitled

a guest
Nov 17th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. $ brew doctor
  2. Warning: "config" scripts exist outside your system or Homebrew directories.
  3. `./configure` scripts often look for *-config scripts to determine if
  4. software packages are installed, and what additional flags to use when
  5. compiling and linking.
  6.  
  7. Having additional scripts in your path can confuse software installed via
  8. Homebrew if the config script overrides a system or Homebrew provided
  9. script of the same name. We found the following "config" scripts:
  10.  
  11. /Library/Frameworks/Python.framework/Versions/2.7/bin/python-config
  12. /Library/Frameworks/Python.framework/Versions/2.7/bin/python2-config
  13. /Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7-config
  14. Warning: Unbrewed dylibs were found in /usr/local/lib.
  15. If you didn't put them there on purpose they could cause problems when
  16. building Homebrew formulae, and may need to be deleted.
  17.  
  18. Unexpected dylibs:
  19. /usr/local/lib/libz.1.2.7.dylib
  20. Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig.
  21. If you didn't put them there on purpose they could cause problems when
  22. building Homebrew formulae, and may need to be deleted.
  23.  
  24. Unexpected .pc files:
  25. /usr/local/lib/pkgconfig/zlib.pc
  26. Warning: Unbrewed static libraries were found in /usr/local/lib.
  27. If you didn't put them there on purpose they could cause problems when
  28. building Homebrew formulae, and may need to be deleted.
  29.  
  30. Unexpected static libraries:
  31. /usr/local/lib/libz.a
  32. Warning: /usr/bin occurs before /usr/local/bin
  33. This means that system-provided programs will be used instead of those
  34. provided by Homebrew. The following tools exist at both paths:
  35.  
  36. 2to3
  37. 2to3-2.7
  38. idle
  39. idle2.5
  40. idle2.7
  41. pydoc
  42. pydoc2.5
  43. pydoc2.7
  44. python
  45. python-config
  46. python2.5
  47. python2.5-config
  48. python2.7
  49. python2.7-config
  50. pythonw
  51. pythonw2.5
  52. pythonw2.7
  53. scp
  54. sftp
  55. slogin
  56. smtpd.py
  57. smtpd2.5.py
  58. smtpd2.7.py
  59. sqlite3
  60. ssh
  61. ssh-add
  62. ssh-agent
  63. ssh-keygen
  64. ssh-keyscan
  65.  
  66. Consider amending your PATH so that /usr/local/bin
  67. occurs before /usr/bin in your PATH.
  68. Warning: Homebrew's sbin was not found in your path.
  69. Consider amending your PATH variable so it contains:
  70. /usr/local/sbin
Add Comment
Please, Sign In to add comment