Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save idlehands/3831702 to your computer and use it in GitHub Desktop.
Save idlehands/3831702 to your computer and use it in GitHub Desktop.
RVM Setup Written Answers
# 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