Created
December 13, 2010 08:09
-
-
Save mja/738780 to your computer and use it in GitHub Desktop.
Install numpy, scipy, and matplotlib on OS X 10.6
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
homebrew install gfortran | |
homebrew install python | |
homebrew install distribute | |
homebrew install pip | |
pip install ipython | |
pip install numpy | |
pip install scipy | |
pip install -f http://downloads.sourceforge.net/project/matplotlib/matplotlib/matplotlib-1.0/matplotlib-1.0.0.tar.gz matplotlib |
brew install gfortran python distribute pip
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
that seems to work for me