Skip to content

Instantly share code, notes, and snippets.

@mrchrisadams
Created June 3, 2010 16:37
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 mrchrisadams/424106 to your computer and use it in GitHub Desktop.
Save mrchrisadams/424106 to your computer and use it in GitHub Desktop.
# I've defined this in .rvm/config/user, so surely it should pull it down instead
chrisadams@edam[~]
[17:19]:rvm install 1.8.7-p249
info: Installing Ruby from source to: /Users/chrisadams/.rvm/rubies/ruby-1.8.7-p249
info: Downloading ruby-1.8.7-p249, this may take a while depending on your connection...
^C% (I cancelled here, after nothing seemed to download)
### maybe I've mixed up my hyphens and underscores? Lets try that out instead:
chrisadams@edam[~]
[17:21]:rvm install 1.8.7_p249
info: Installing Ruby from source to: /Users/chrisadams/.rvm/rubies/ruby-1.8.7_p249
info: Downloading ruby-1.8.7_p249, this may take a while depending on your connection...
^C% (again I cancelled here, after nothing seemed to be downloading)
# Users settings file, overrides db file settings and persists across installs.
ruby_1.8.7_patch_level_249_url=http://ftp.ruby-lang.org/pub/ruby/ruby-1.8.7-p249.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment