Skip to content

Instantly share code, notes, and snippets.

@Hwan-seok
Created February 4, 2024 22:46
Show Gist options
  • Save Hwan-seok/4e67daad7541346fcfe122c48fc6ddd9 to your computer and use it in GitHub Desktop.
Save Hwan-seok/4e67daad7541346fcfe122c48fc6ddd9 to your computer and use it in GitHub Desktop.
RVM for M1 chips
brew install gnupg
curl -sSL https://get.rvm.io | bash
rvm list known
rvm install ruby-3.3.0 --with-openssl-dir=$(brew --prefix openssl)
rvm alias create default 3.3.0
## gem install cocoapods
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment