我通过本教程http://technical-feeds.blogspot.ca/2013/02/how-to-install-ubuntu-and-ruby-on-rails.html在 ubuntu 12.10 上下载了 ruby on rails 。
我做了一切,而且效果很好。
我检查了 ruby -v,它以 ruby 2.0.0p0 的形式返回。我还检查了 rails、rubygems 和 git,它们恢复得很好。
然后我关闭了终端并打开了一个新终端并尝试检查版本,但这又回到了 ruby:
bimbola@ubuntu:~$ ruby -v
The program 'ruby' can be found in the following packages:
* ruby1.8
* ruby1.9.1
Try: sudo apt-get install <selected package>
这是为rails而来的:
bimbola@ubuntu:~$ rails -v
The program 'rails' can be found in the following packages:
* rails
* ruby-railties-3.2
Try: sudo apt-get install <selected package>
git 还是可以的
bimbola@ubuntu:~$ git --version
git version 1.7.10.4