Skip to content

Instantly share code, notes, and snippets.

@lgautier
Created December 31, 2019 17:55
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 lgautier/5741b213c82d91102f8d57481d947fc8 to your computer and use it in GitHub Desktop.
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
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