RVM (Ruby Version Manager)

 – rvm (ruby version manager 설치 )

#curl -L https://get.rvm.io | bash -s stable --ruby
#vi / etc/bashrc
==> source /root/.rvm/scripts/rvm 
#source /etc/bashrc 

 – ruby 버전 변경

# rvm reinstall 2.2.2 
# ruby -v

Leave a Reply

Your email address will not be published. Required fields are marked *