Created
December 31, 2019 17:55
-
-
Save lgautier/5741b213c82d91102f8d57481d947fc8 to your computer and use it in GitHub Desktop.
Set LD_LIBRARY_PATH for rpy2 when R is in a non-system location
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
export LD_LIBRARY_PATH=$(python -m rpy2.situation LD_LIBRARY_PATH):${LD_LIBRARY_PATH} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment