Skip to content

Instantly share code, notes, and snippets.

@hrbrmstr
Created February 26, 2018 12:37
Show Gist options
  • Save hrbrmstr/0631d9a651f4a40378ddb9ea691a1356 to your computer and use it in GitHub Desktop.
Save hrbrmstr/0631d9a651f4a40378ddb9ea691a1356 to your computer and use it in GitHub Desktop.
Getting rpy2 to work on macOS 10.12 / 10.13 with pip3 and gcc
env CC=/usr/local/Cellar/gcc/7.2.0/bin/gcc-7 pip3 install rpy2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment