Created
January 25, 2013 08:54
In case rvm install is failing due to missing rubygems package
This file contains hidden or 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
source $HOME/.rvm/scripts/rvm | |
rvm use ruby-1.9.3-p374 | |
rvm rubygems 1.8.24 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for sharing - I found this useful this morning!