ruby2.1.0 make installしました

sudo make test

test succeeded
PASS all 1008 tests
./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems "./bootstraptest/runner.rb" --ruby="ruby --disable-gems" ./KNOWNBUGS.rb
2013-12-26 17:17:45 +0900
Driver is ruby 2.1.0p0 (2013-12-25 revision 44422) [x86_64-linux]
Target is ruby 2.1.0p0 (2013-12-25 revision 44422) [x86_64-linux]
KNOWNBUGS.rbPASS 0
No tests, no problem
$ sudo make $ sudo make install
$ ruby -v
ruby 2.1.0p0 (2013-12-25 revision 44422) [x86_64-linux]
入っていたgem 入っていたgemのインストールする。以下はリスト
actionmailer (3.2.13)
actionpack (3.2.13)
activemodel (3.2.13)
activerecord (3.2.13)
activeresource (3.2.13)
activesupport (3.2.13)
arel (3.0.3, 3.0.2)
backports (3.3.5)
bigdecimal (1.1.0)
builder (3.0.0)
bundler (1.3.5)
coderay (1.0.9)
daemon_controller (1.1.8)
erubis (2.7.0)
hike (1.2.3)
i18n (0.6.1)
io-console (0.3)
journey (1.0.4)
jquery-rails (2.0.3)
json (1.8.1, 1.8.0, 1.5.5)
mail (2.5.4)
mime-types (1.25.1, 1.23)
minitest (2.5.1)
multi_json (1.8.2, 1.7.8)
mysql2 (0.3.14, 0.3.13)
net-ldap (0.3.1)
passenger (4.0.29)
polyglot (0.3.3)
rack (1.4.5)
rack-cache (1.2)
rack-openid (1.4.1,
 1.3.1)
rack-protection (1.5.1)
rack-ssl (1.3.3)
rack-test (0.6.2)
rails (3.2.13)
railties (3.2.13)
rake (10.1.1, 10.1.0, 0.9.2.2)
rdoc (3.12.2, 3.9.5)
rmagick (2.13.2)
ruby-openid (2.1.8)
sinatra (1.4.4)
sinatra-contrib (1.4.2)
sinatra-reloader (1.0)
sprockets (2.2.2)
thor (0.18.1)
tilt (1.4.1)
treetop (1.4.15, 1.4.14)
tzinfo (0.3.38, 0.3.37)
yard (0.8.7)
redmineを動かす

http://blog.redmine.jp/articles/2_3/installation_centos/

 の通りにやって動きました。 とりあえず2.3.3です。それで依存関係にあったgemが入った系です。パスを通す とりあえずよく使いそうなruby, gem, pryだけシンボリックリンクしておきました。
$ sudo ln -s /usr/local/ruby21/bin/ruby /usr/bin/ruby
$ sudo ln -s /usr/local/ruby21/bin/pry /usr/bin/pry
$ sudo ln -s /usr/local/ruby21/bin/gem /usr/bin/gem