Can't install Mopidy on Mac OS X homebrew

Followed the instructions to install on mac, and everything appears to install fine.

Enter mopidy at prompt, and shell returns -bash: mopidy: command not found.

No mopidy folder in Cellar, but mopidy dependencies seem to install fine(?).

Could it be a problem with Python install?

which python returns /usr/local/bin/python
and python --version
Python 2.7.12.

Have googled around and tried various fixes but can’t find anything relevant that works.

Running El Cap, OS X 10.11.6.

Should add that two days ago the system installed Apple Security Update 2016-001, a fairly large download that seems to have created problems for some users. No idea if this might be in any way related.

brew doctor: Your system is ready to brew.

export PYTHONPATH=$(brew --prefix)/lib/python2.7/site-packages:$PYTHONPATH is in bash profile.

brew info mopidy:

mopidy/mopidy/mopidy: stable 2.0.1, HEAD
Extensible music server written in Python
http://www.mopidy.com/
Not installed
From: https://github.com/mopidy/homebrew-mopidy/blob/master/mopidy.rb
==> Dependencies
Required: gst-plugins-base :heavy_check_mark:, gst-plugins-good :heavy_check_mark:, gst-plugins-bad :heavy_check_mark:, gst-plugins-ugly :heavy_check_mark:, gst-python :heavy_check_mark:, mopidy/mopidy/python-pykka :heavy_check_mark:, mopidy/mopidy/python-tornado :heavy_check_mark:, mopidy/mopidy/python-requests :heavy_check_mark:
==> Caveats
To have launchd start mopidy/mopidy/mopidy now and restart at login:
brew services start mopidy/mopidy/mopidy
Or, if you don’t want/need a background service you can just run:
mopidy

Also have a verbose and debug log file for the install if anyone wants to take a look.

Thanks for any light you can shed!

R

Exact same issue following instructions on clean Mac El Capitan install:

brew info mopidy
mopidy/mopidy/mopidy: stable 2.0.1, HEAD
Extensible music server written in Python
http://www.mopidy.com/
Not installed
From: https://github.com/mopidy/homebrew-mopidy/blob/master/mopidy.rb
==> Dependencies
Required: gst-plugins-base :heavy_check_mark:, gst-plugins-good :heavy_check_mark:, gst-plugins-bad :heavy_check_mark:, gst-plugins-ugly :heavy_check_mark:, gst-python :heavy_check_mark:, mopidy/mopidy/python-pykka :heavy_check_mark:, mopidy/mopidy/python-tornado :heavy_check_mark:, mopidy/mopidy/python-requests :heavy_check_mark:
==> Caveats
To have launchd start mopidy/mopidy/mopidy now and restart at login:
brew services start mopidy/mopidy/mopidy
Or, if you don’t want/need a background service you can just run:
mopidy

I’ve got Mopidy running on El Capitan but have always struggled with the homebrew installation.

I usually end up doing brew for the gst dependencies, but then uninstall mopidy via brew again (leaving the gst dependencies etc.) and do pip install mopidy to get mopidy itself going.