Skip to content

Instantly share code, notes, and snippets.

@RahulMahale
Last active March 5, 2018 08:19
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 RahulMahale/4f3068f77cff1b0ee8fb93ecac15bec6 to your computer and use it in GitHub Desktop.
Save RahulMahale/4f3068f77cff1b0ee8fb93ecac15bec6 to your computer and use it in GitHub Desktop.
#!/bin/bash
rvm reset
rvm uninstall 2.2.7
rvm implode --force
sed -i '/rvm/d' ~/.bash_profile
sed -i '/rvm/d' ~/.profile
sed -i '/rvm/d' ~/.bashrc
sudo mv /usr/local/rvm /tmp/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment