Hello World from OSS Silicon Valley


HowToUse/RVM/1.25

#contents

*Install&Setup [#u882e485]

: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

:Step.4|パラメータの読み込み
 $ source ~/.rvm/scripts/rvm

:Step.5|Rubyのインストール
 $ rvm install 2.1.3

:Step.6|Rubyの切り替え
 $ rvm use 2.1.3
 $ ruby -v
 [syatsuzuka@CentOS6 rubies]$ ruby -v
 ruby 2.1.3p242 (2014-09-19 revision 47630) [x86_64-linux]
 [syatsuzuka@CentOS6 rubies]$

*HowToUse [#m01e3b59]
:Step.1|
xxx

*Contributer [#b7d9902a]
S.Yatsuzuka

*Open Discussion [#c9172a8b]
If you have questions or comments, please share them below.
We will improve the above information referring to your posting.
#article