Created
July 29, 2012 16:44
-
-
Save jassinm/3200136 to your computer and use it in GitHub Desktop.
scipy , numpy , matplotlib on clean install mac osx 10.8 mountain lion
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install python | |
easy_install pip | |
#install scipy use temp branch | |
pip install git+https://github.com/minrk/scipy-1.git@accelerate | |
#ft2build.h not found ==> | |
pip install git+git://github.com/matplotlib/matplotlib.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment