Skip to content

Instantly share code, notes, and snippets.

@sillygwailo
Created February 12, 2012 08:20
Show Gist options
  • Save sillygwailo/1807225 to your computer and use it in GitHub Desktop.
Save sillygwailo/1807225 to your computer and use it in GitHub Desktop.
Yak Shaving for Installing RVM
# I forget if I ever actually needed this.
sudo gem install jeweler
-- added dependencies
sudo gem install rvm
sudo gem install minitest
sudo gem install test # installed ansi, rubytest, test
download https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer
echo insecure >> ~/.curlrc
bash -s < ~/Desktop/rvm-installer.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment