rvmインストール
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]
# 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"
参考
環境
CentOS6.4 (さくらのVPS)
Author And Source
この問題について(rvmインストール), 我々は、より多くの情報をここで見つけました https://qiita.com/junsuke/items/8cf32c088d39b20a3bd8著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .