File "/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/install.py", line 264, in finalize_options
"must supply either home or prefix/exec-prefix -- not both"
DistutilsOptionError: must supply either home or prefix/exec-prefix -- not both
Homebrew python has known issues with this.
even tho I can see ferris3 right there in my lib/ dir
Should I just abandon Homebrew and install Python directly??
You don't need to point it to lib, just temporary create the distutils.cfg file.
Even with homebrew Python installed, you can still use system Python/pip by invoking it's full path. (Pyenv can help with this)