3
4

More than 5 years have passed since last update.

rvmインストール

Posted at

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"

参考

環境

CentOS6.4 (さくらのVPS)

3
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
4