Created
June 3, 2018 17:12
-
-
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
This file contains 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
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