Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save markysharky70/0565ffa040e3bbf58e468065d033cdd0 to your computer and use it in GitHub Desktop.
Save markysharky70/0565ffa040e3bbf58e468065d033cdd0 to your computer and use it in GitHub Desktop.
Installing Ruby 2.4.4 on MacOS High Sierra using RUBY_CONFIGURE_OPTS to specify openssl and readline directory locations from homebrew
RUBY_CONFIGURE_OPTS="--with-openssl-dir=$(brew --prefix openssl) --with-readline-dir=$(brew --prefix readline)" rbenv install 2.4.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment