Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save jules27/3830114 to your computer and use it in GitHub Desktop.

Select an option

Save jules27/3830114 to your computer and use it in GitHub Desktop.
RVM Setup Written Answers
# 3 versions of Ruby installed
jmao$ rvm list
rvm rubies
ruby-1.8.7-p352 [ i686 ]
ruby-1.9.2-p290 [ x86_64 ]
=* ruby-1.9.3-p194 [ x86_64 ]
# => - current
# =* - current && default
# * - default
# rvmrc
rvm 1.9.3@project
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment