Skip to content

Instantly share code, notes, and snippets.

@sooshie
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sooshie/9733860 to your computer and use it in GitHub Desktop.
Save sooshie/9733860 to your computer and use it in GitHub Desktop.
Install of various Python modules
export CFLAGS="-arch x86_64"
export LDFLAGS="-Wall -undefined dynamic_lookup -bundle -arch x86_64"
export CXX="g++ -arch x86_64"
export CC=gcc
export FFLAGS="-ff2c -m64"
brew install gfortran
pip install numpy
pip install scipy
pip install --allow-external PIL --allow-unverified PIL PIL
pip install pyleargist
pip install scikit-learn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment