LoginSignup
2
2

More than 5 years have passed since last update.

RVM で複数の Ruby, Ruby on Rails をインストール

Posted at

yum install git make gcc gcc-c++ zlib-devel openssl-devel curl-devel readline-devel tk-devel libyaml-devel
bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer )
source /home/xxxxx/.rvm/scripts/rvm
rvm list known
rvm install 1.8.7
rvm install 1.9.3
gem install rails
gem install rails -v 2.3.2

2
2
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
2
2