Created
October 12, 2020 23:05
-
-
Save grzegorzblaszczyk/610013db6336773641c885824dc5bec1 to your computer and use it in GitHub Desktop.
Fix rvm on macos 10.15.7
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
sudo mv /Library/Developer/CommandLineTools /Library/Developer/CommandLineTools.old | |
xcode-select --install | |
sudo rm -rf /Library/Developer/CommandLineTools.old | |
brew uninstall cctools | |
rvm get stable; rvm reload; rvm install "ruby-2.5.3" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment