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 , gst-plugins-good
, gst-plugins-bad
, gst-plugins-ugly
, gst-python
, mopidy/mopidy/python-pykka
, mopidy/mopidy/python-tornado
, mopidy/mopidy/python-requests
==> 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