Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. Please note that these warnings are just used to help the Homebrew maintainers
  2. with debugging if you file an issue. If everything you use Homebrew for is
  3. working fine: please don't worry and just ignore them. Thanks!
  4.  
  5. Warning: Your XQuartz (2.7.5) is outdated.
  6. Please install XQuartz 2.7.9 (or delete the current version).
  7. XQuartz can be updated using Homebrew-Cask by running
  8. brew cask reinstall xquartz
  9.  
  10. Warning: Python is installed at /Library/Frameworks/Python.framework
  11.  
  12. Homebrew only supports building against the System-provided Python or a
  13. brewed Python. In particular, Pythons installed to /Library can interfere
  14. with other software installs.
  15.  
  16. Warning: You have unlinked kegs in your Cellar
  17. Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
  18. those kegs to fail to run properly once built. Run `brew link` on these:
  19. python3
  20.  
  21. Warning: /usr/bin occurs before /usr/local/bin
  22. This means that system-provided programs will be used instead of those
  23. provided by Homebrew. The following tools exist at both paths:
  24. 2to3
  25. 2to3-2.7
  26. easy_install
  27. easy_install-2.7
  28. idle
  29. idle2.7
  30. pydoc
  31. pydoc2.7
  32. python
  33. python-config
  34. python2.7
  35. python2.7-config
  36. pythonw
  37. pythonw2.7
  38. smtpd.py
  39. smtpd2.7.py
  40. tclsh
  41. wish
  42.  
  43. Consider setting your PATH so that /usr/local/bin
  44. occurs before /usr/bin. Here is a one-liner:
  45. echo 'export PATH="/usr/local/bin:$PATH"' >> ~/.bash_profile
  46.  
  47. Warning: Broken symlinks were found. Remove them with `brew prune`:
  48. /usr/local/lib/node_modules/node-red/node_modules/.bin/serialportlist
  49. /usr/local/lib/node_modules/node-red/node_modules/.bin/serialportterm
  50. /usr/local/opt/bash
  51. /usr/local/opt/curl
  52. /usr/local/opt/hub
  53. /usr/local/opt/mtr
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement