yeah, i typed that. shows everything is installed:
Warning: mpfr-3.1.3 already installed
Warning: gmp-6.1.0 already installed
Warning: libmpc-1.0.3 already installed
Warning: texinfo-6.0 already installed
Warning: dfu-programmer-0.7.2 already installed
i’m on OS X 10.11.6
brew doctor threw a bunch of warnings. do i need to attend to all of these?
Warning: /usr/local/sbin isn't writable.
This can happen if you "sudo make install" software that isn't managed
by Homebrew. If a formula tries to write a file to this directory, the
install will fail during the link step.
You should probably change the ownership and permissions of /usr/local/sbin
back to your user account.
sudo chown -R $(whoami) /usr/local/sbin
Warning: "config" scripts exist outside your system or Homebrew directories.
`./configure` scripts often look for *-config scripts to determine if
software packages are installed, and what additional flags to use when
compiling and linking.
Having additional scripts in your path can confuse software installed via
Homebrew if the config script overrides a system or Homebrew provided
script of the same name. We found the following "config" scripts:
/Library/Frameworks/Python.framework/Versions/2.7/bin/python-config
/Library/Frameworks/Python.framework/Versions/2.7/bin/python2-config
/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7-config
Warning: Your XQuartz (2.7.7) is outdated
Please install XQuartz 2.7.8:
https://xquartz.macosforge.org
Warning: Python is installed at /Library/Frameworks/Python.framework
Homebrew only supports building against the System-provided Python or a
brewed Python. In particular, Pythons installed to /Library can interfere
with other software installs.
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/liblo.7.dylib
/usr/local/lib/libmonome.1.1.dylib
Warning: Unbrewed header files were found in /usr/local/include.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected header files:
/usr/local/include/monome.h
Warning: Broken symlinks were found. Remove them with `brew prune`:
/usr/local/bin/2to3-3.5
/usr/local/bin/easy_install-3.5
/usr/local/bin/idle3
/usr/local/bin/idle3.5
/usr/local/bin/pip3
/usr/local/bin/pip3.5
/usr/local/bin/pydoc3
/usr/local/bin/pydoc3.5
/usr/local/bin/python3
/usr/local/bin/python3-32
/usr/local/bin/python3-config
/usr/local/bin/python3.5
/usr/local/bin/python3.5-32
/usr/local/bin/python3.5-config
/usr/local/bin/python3.5m
/usr/local/bin/python3.5m-config
/usr/local/bin/pyvenv
/usr/local/bin/pyvenv-3.5
Warning: Your Homebrew is outdated.
You haven't updated for at least 24 hours. This is a long time in brewland!
To update Homebrew, run `brew update`.
brew config:
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew
HEAD: a69b2903014466453cf14a3ae0d98aaa419e9044
Last commit: 10 months ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: 8-core 64-bit haswell
OS X: 10.11.6-x86_64
Xcode: 8.1
CLT: N/A
Clang: 8.0 build 800
X11: 2.7.7 => /opt/X11
System Ruby: 2.0.0-p648
Perl: /usr/bin/perl
Python: /Library/Frameworks/Python.framework/Versions/2.7/bin/python => /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
Java: 1.6.0_65-b14-468
thanks for your help with this!