Skip to content

Instantly share code, notes, and snippets.

@flrngel
Created December 4, 2013 11:16
Show Gist options
  • Save flrngel/7785981 to your computer and use it in GitHub Desktop.
Save flrngel/7785981 to your computer and use it in GitHub Desktop.
루비루비룹히
\curl -L https://get.rvm.io | bash -s stable --rails --autolibs=enabled # Or, --ruby=1.9.3
\curl -L https://get.rvm.io | sudo bash -s stable # multi-user
gem install rails
rvm user gemsets #every user
sudo usermod -a -G rvm flrngel
--multi
1) source /etc/profile.d/rvm.sh
2) source /etc/profile
3) rvm user gemsets
4) type rvm | head -n 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment