Skip to content

Instantly share code, notes, and snippets.

@mja
Created December 13, 2010 08:09
Show Gist options
  • Save mja/738780 to your computer and use it in GitHub Desktop.
Save mja/738780 to your computer and use it in GitHub Desktop.
Install numpy, scipy, and matplotlib on OS X 10.6
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
@Juxi
Copy link

Juxi commented May 17, 2011

homebrew install gfortran
homebrew install python --framework
# now set the variables it tells you, and reload them
easy_install pip
pip install --upgrade distribute
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

that seems to work for me

@dannyarcher
Copy link

brew install gfortran python distribute pip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment