Created
February 4, 2024 22:46
-
-
Save Hwan-seok/4e67daad7541346fcfe122c48fc6ddd9 to your computer and use it in GitHub Desktop.
RVM for M1 chips
This file contains hidden or 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
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