Skip to content

Instantly share code, notes, and snippets.

@icaoberg
Created February 27, 2013 04:02
Show Gist options
  • Save icaoberg/5044955 to your computer and use it in GitHub Desktop.
Save icaoberg/5044955 to your computer and use it in GitHub Desktop.
[MacOSX][Mountain Lion] Install scipy in MacOSX
#!/bin/bash
#http://stackoverflow.com/questions/12574604/scipy-install-on-mountain-lion-failing
mkdir -p build
cd build
git clone https://github.com/numpy/numpy.git
python build setup.py
python install setup.py
pip install scipy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment