手動安裝 Ruby 1.9.1 May 1, 2009 • Hui-Hong YOUhiroshiyui@gmail.com Categories:General Ubuntu 9.04 附的 Ruby 版本不夠新,所以到 Ruby 的官網下載原始碼回來,自己手動裝一份。 tar xvfz ruby-1.9.1-p0.tar.gz cd ruby-1.9.1-p0/ ./configure make -j2 make test sudo make install 於是就有了: $ ruby -v ruby 1.9.1p0 (2009-01-30 revision 21907) [i686-linux] $ gem -v 1.3.1 帥啊!