Skip to content

Instantly share code, notes, and snippets.

@whyvez
Forked from fonnesbeck/gist:71fb84319d33e3227e87
Created February 12, 2016 21:58
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 whyvez/2bf7f8bc6074f026055d to your computer and use it in GitHub Desktop.
Save whyvez/2bf7f8bc6074f026055d to your computer and use it in GitHub Desktop.
Installing rpy2 against Homebrew R
env LDFLAGS="-L/usr/local/Cellar/r/3.1.0/R.framework/Versions/3.1/Resources/lib -L/usr/local/opt/openblas/lib" \
python setup.py build
python setup.py install
python -m 'rpy2.tests'
@wkschwartz
Copy link

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