A dumping ground for things I learned here and there pertaining to programing, experimental setups and life in general. (This blog started out as Pieces of Python)
Wednesday, December 7, 2011
Mac OS Lion : install matplotlib
Download source
"Building mpl on Mac OS X is a nightmare" - John Hunter
Use his very effective make.osx:
sudo make -f make.osx PREFIX=/temp/build/dir PYVERSION=2.7 fetch deps mpl_install_std
Remove old ~/.matplotlib directory (some weird warnings)
0 comments:
Post a Comment