Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kylessnell/3815640 to your computer and use it in GitHub Desktop.
Save kylessnell/3815640 to your computer and use it in GitHub Desktop.
RVM Setup Written Answers
# Put your answers here!
Kyles-MacBook-Pro:~ kylessnell$ rvm list
rvm rubies
ruby-1.8.7-p370 [ i686 ]
ruby-1.9.2-p320 [ x86_64 ]
=* ruby-1.9.3-p194 [ x86_64 ]
# => - current
# =* - current && default
# * - default
#rvmrc file:
mkdir -p ~/ruby_projects/my_awesome_ruby_project_that_needs_1_8_7
cd ~/ruby_projects/my_awesome_ruby_project_that_needs_1_8_7
rvm --rvmrc --create 1.8.7@my_awesome_ruby_project_that_needs_1_8_7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment