Created
February 12, 2012 08:20
-
-
Save sillygwailo/1807225 to your computer and use it in GitHub Desktop.
Yak Shaving for Installing RVM
This file contains 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
# 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