Hello World from OSS Silicon Valley


HowToUse/RVM/1.25


_ Install&Setup

Step.1
Install EPEL
# wget http://ftp-srv2.kddilabs.jp/Linux/distributions/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm
# rpm -ivh epel-release-6-8.noarch.rpm
Step.2
Install libyaml-devel and lib

# yum install -y libyaml-devel libffi-devel

Step.3
Install RVM
$ \curl -sSL https://get.rvm.io | bash -s stable

_ HowToUse

Step.1
Load parameters
$ source ~/.rvm/scripts/rvm
Step.2
Install Ruby
$ rvm install 2.1.3
Step.3
Switch the Ruby
$ rvm use 2.1.3
$ ruby -v
ruby 2.1.3p242 (2014-09-19 revision 47630) [x86_64-linux]
$

_ Contributer

S.Yatsuzuka

_ Open Discussion

If you have questions or comments, please share them below. We will improve the above information referring to your posting.