#openssl-devel入れておく
# yum install openssl-devel
#インストール
# \curl -L https://get.rvm.io | bash -s stable
# rvm requirements
# rvm install 1.9.3
# source ~/.zshrc
# rvm 1.9.3
# ruby --version
ruby 1.9.3p392 (2013-02-22 revision 39386) [x86_64-linux]
zsh環境だと下記がないとエラー出た。
~/.zshrc
[[ -s "/usr/local/rvm/scripts/rvm" ]] && source "/usr/local/rvm/scripts/rvm"
####参考
https://rvm.io/
####環境
CentOS6.4 (さくらのVPS)