Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save roman-m-work/8e81101061f33217ebd443b909b08089 to your computer and use it in GitHub Desktop.
Save roman-m-work/8e81101061f33217ebd443b909b08089 to your computer and use it in GitHub Desktop.
brew install rbenv/tap/openssl@1.0
echo 'export PATH="/usr/local/opt/openssl@1.0/bin:$PATH"' >> ~/.zshrc
RUBY_CONFIGURE_OPTS="--with-openssl-dir=$(brew --prefix openssl@1.0)" rbenv install 2.5.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment