Python Install libraries

From gfi
Revision as of 19:39, 24 January 2013 by Csp001 (talk | contribs) (Created page with 'Installing numpy, scipy, matplotlib and Basemap on Mac OS X can be challenging. == Installation using homebrew == This installation path should work for all versions of Mac OS …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Installing numpy, scipy, matplotlib and Basemap on Mac OS X can be challenging.

Installation using homebrew

This installation path should work for all versions of Mac OS X, because every library involved is self-compiled.

Common pitfalls

  • Make sure you have no other version of gcc installed. Check the output of
    which gcc
    to make sure to use the system compiler.
  • Do not mix pre-compiled and self-compiled libraries.