Solution to the Pip Scipy Problem
A follow up on my last pip scipy woe. I think it is my answer:
http://www.thisisthegreenroom.com/2011/installing-python-numpy-scipy-matplotlib-and-ipython-on-lion/#numpy
1
2
| brew install gfortran
pip install -e git+https://github.com/scipy/scipy#egg=scipy-dev
|