I\'m having serious difficulty installing Scipy with pip on Mountain Lion. I\'ve tried:
sudo pip install -e git+https://github.com/scipy/scipy#egg=scipy-dev
Scipy is also available now via a homebrew tap. If you have homebrew installed:
brew tap samueljohn/python brew install scipy
See more info here: homebrew-python