Skip to content

Instantly share code, notes, and snippets.

@jeffomatic
Created January 25, 2013 08:54
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 jeffomatic/4632923 to your computer and use it in GitHub Desktop.
Save jeffomatic/4632923 to your computer and use it in GitHub Desktop.
In case rvm install is failing due to missing rubygems package
source $HOME/.rvm/scripts/rvm
rvm use ruby-1.9.3-p374
rvm rubygems 1.8.24
@jschneiderhan
Copy link

Thank you for sharing - I found this useful this morning!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment