Forked from dbc-challenges/rvm_setup_written_answers.txt
Created
October 4, 2012 05:57
-
-
Save idlehands/3831702 to your computer and use it in GitHub Desktop.
RVM Setup Written Answers
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
# Put your answers here! | |
Last login: Sat Oct 6 16:04:39 on ttys001 | |
JEFFREYs-MacBook-Pro:~ jeffrey$ rvm list | |
rvm rubies | |
ruby-1.8.7-p370 [ i686 ] | |
ruby-1.9.2-p290 [ x86_64 ] | |
ruby-1.9.3-p194 [ x86_64 ] | |
# Default ruby not set. Try 'rvm alias create default <ruby>'. | |
# => - current | |
# =* - current && default | |
# * - default | |
JEFFREYs-MacBook-Pro:~ jeffrey$ | |
JEFFREYs-MacBook-Pro:dbc jeffrey$ ruby -v | |
ruby 1.8.7 (2012-06-29 patchlevel 370) [i686-darwin12.2.0] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment