Skip to content

Instantly share code, notes, and snippets.

@Chocksy
Last active March 11, 2024 20:47
Show Gist options
  • Select an option

  • Save Chocksy/29eab7ed6273eb7f2d3d0445ccfaacf9 to your computer and use it in GitHub Desktop.

Select an option

Save Chocksy/29eab7ed6273eb7f2d3d0445ccfaacf9 to your computer and use it in GitHub Desktop.
Install rvm ruby on macbook M1,2,3 where openssl errors out

Here is a set of commands i ran to get ruby 3.2.2 installed on my macbook with m2 chip.

which openssl
# /Users/razvan/miniforge3/bin/openssl
rvm reinstall "ruby-3.2.2" --with-openssl-dir=/Users/razvan/miniforge3/bin/openssl

I tried installing openssl like this:

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