我想安装 ruby 2.0 并且我遵循了许多教程,但是它们都不起作用,并且默认 repoapt-get install ruby
为我带来了 1.8 版本(如果不是通过 repo,debian 有更新它的限制)任何方式来做到这一点?
我试过这种方式
cd /usr/src
wget ftp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p0.tar.gz
tar xjf ruby.xxx.tar.bz2
cd rubyxxx
./configure --enable-shared
make
make install
就这样,我在接下来的步骤中遇到错误,当我制作 ruby -version 时,我得到了这个
-bash: /usr/bin/ruby: No such file or directory
教程安装结束
cd ext/openssl/
ruby extconf.rb
make install
cd ../readline/
ruby extconf.rb
make install
gem update --system
知道如何在 debian 6 中执行此操作吗?谢谢