Created
June 28, 2010 16:53
-
-
Save vertiginous/456085 to your computer and use it in GitHub Desktop.
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
| ~$ ruby -v | |
| ruby 1.8.6 (2010-02-05 patchlevel 399) [x86_64-linux] | |
| ~$rvm 1.8.7@new_gemset | |
| error: Gemset 'new_gemset' does not exist, rvm gemset create 'new_gemset' first. | |
| ~$ echo $GEM_HOME | |
| /home/gthiesfeld/.rvm/gems/ruby-1.8.7-p174@new_gemset | |
| ~$ ruby -v | |
| ruby 1.8.7 (2009-06-12 patchlevel 174) [x86_64-linux] | |
| ~$ gem install runt | |
| Successfully installed runt-0.7.0 | |
| 1 gem installed | |
| Installing ri documentation for runt-0.7.0... | |
| Installing RDoc documentation for runt-0.7.0... | |
| ~$ rvm gemset list | |
| info: gemsets : for ruby-1.8.7-p174 (found in /home/gthiesfeld/.rvm/gems/) | |
| global | |
| new_gemset | |
| ~$ ls .rvm/gems/ruby-1.8.7-p174@new_gemset/gems/ | |
| runt-0.7.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment