Forked from dbc-challenges/rvm_setup_written_answers.txt
Created
October 2, 2012 01:33
-
-
Save kylessnell/3815640 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! | |
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