Skip to content

Instantly share code, notes, and snippets.

View CyborgPatrick's full-sized avatar

Tómas Páll Máté CyborgPatrick

View GitHub Profile
@CyborgPatrick
CyborgPatrick / gist:9708570
Last active August 29, 2015 13:57 — forked from ahankinson/gist:985173
Install wxPython with homebrew
# These instructions work for OS X 10.6 with homebrew pre-installed.
brew install python --framework
brew install gfortran
# install other dependencies through pip:
pip install numpy
# the regular pip build for matplotlib is b0rken, and it can't find the built-in libraries for OSX
export LDFLAGS="-L/usr/X11/lib"