Skip to content

Instantly share code, notes, and snippets.

@jassinm
Created July 29, 2012 16:44
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jassinm/3200136 to your computer and use it in GitHub Desktop.
Save jassinm/3200136 to your computer and use it in GitHub Desktop.
scipy , numpy , matplotlib on clean install mac osx 10.8 mountain lion
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