# install RVM
curl -L https://get.rvm.io | bash -s stable
# runs RVM
source /etc/profile.d/rvm.sh
# Setups required files for RVM
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
Select all and delete (actually move to buffer) | |
:%d | |
Select all and copy to buffer | |
:%y | |
Use p to paste the buffer. |
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
# .ruby-gemset | |
projectname | |
# .ruby-version | |
ruby-2.1.2 | |
# Gemfile | |
source 'https://rubygems.org' | |
cd .. |