Skip to content

Instantly share code, notes, and snippets.

@voxxit
Last active February 24, 2023 02:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save voxxit/67e4402ea978a2784f24 to your computer and use it in GitHub Desktop.
Save voxxit/67e4402ea978a2784f24 to your computer and use it in GitHub Desktop.
To uninstall rbenv/ruby-build and install rvm w/ ruby 2.1.2
brew uninstall rbenv
brew uninstall ruby-build
rm -rf $HOME/.rbenv
exec $SHELL -l
cd $HOME
\curl -sSL https://get.rvm.io | bash -s stable --ruby=2.1.2
source $HOME/.rvm/scripts/rvm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment