ターミナルでサーバーに接続以下コマンドでインストールする。
ルビーファイル取得
mkdir ruby cd ruby wget ftp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p247.tar.gz tar zxvf ruby-2.0.0-p247.tar.gz
ルビーインストール
cd ruby-2.0.0-p247 ./configure -prefix=$HOME/local -disable-install-doc make make install
Rubyバージョン確認コマンドで確認
ruby --version
ruby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-linux]
期待する表示