1. rbenvとruby-buildのインストール 全てのユーザで共有したいのでrbenvを/usr/localにインストールする。rootで作業する。 # cd /usr/local # git clone git://github.com/sstephenson/rbenv.git rbenv # mkdir rbenv/shims rbenv/versions # groupadd rbenv # chgrp -R rbenv rbenv # chmod -R g+rwxXs rbenv # git clone git://github.com/sstephenson/ruby-build.git ruby-build # cd ruby-build # ./install.sh 2. 環境変数の設定 rbenvとruby-buildを全ユーザで利用するために環境変数を設定する。