-
-
Save whyvez/2bf7f8bc6074f026055d to your computer and use it in GitHub Desktop.
Installing rpy2 against Homebrew R
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's simpler now. See https://gist.github.com/fonnesbeck/71fb84319d33e3227e87#gistcomment-2827398