Skip to content

Instantly share code, notes, and snippets.

@tonylambiris
Last active September 4, 2021 01:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonylambiris/24f985631dd375d4a0c9861f8986455e to your computer and use it in GitHub Desktop.
Save tonylambiris/24f985631dd375d4a0c9861f8986455e to your computer and use it in GitHub Desktop.
Commands to fix a local install of rvm
rm -rf ~/.rvm
curl -sSL https://get.rvm.io | bash -s stable
rvm get stable --auto-dotfiles
source ~/.rvm/scripts/rvm
rvm reload
rvm cleanup all
rvm install "ruby-3.0.2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment