-
-
Save mrchrisadams/424106 to your computer and use it in GitHub Desktop.
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'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) |
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
# 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