Skip to content

Instantly share code, notes, and snippets.

@CarolHsu
Created April 17, 2020 16:38
Show Gist options
  • Save CarolHsu/621fe9d0975caac7102eba6568894158 to your computer and use it in GitHub Desktop.
Save CarolHsu/621fe9d0975caac7102eba6568894158 to your computer and use it in GitHub Desktop.
How to solve rbenv BUILD FAILED for OS X 10.15 with openssl (fish shell)

in ~/.config/fish/config.fish

set -x RUBY_CONFIGURE_OPTS --with-openssl-dir=(brew --prefix [email protected])

and reload by

$ source ~/.config/fish/config.fish

and it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment