Ruby on Rails -- 如何将 ruby 更新到 >= 1.8.7
我一直试图弄清楚这一点,但它开始让我想拔掉我的头发。
我正在使用 instantrails 在新机器上安装 RoR。
每当我运行“gem update --system”时,我都会收到几个 gem 的错误? “activesupport 需要 Ruby 版本 >= 1.8.7”
我运行“ruby -v” 它返回“ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32]
我正在使用 Windows Vista。
我已经去过 http://www.ruby-lang.org/en/downloads/ 并将最新版本的 ruby 安装到 C:/ 目录...但版本仍然相同,
我该如何解决这个问题?
I've been trying to figure this out but its starting to make me want to pull my hair out.
I'm installing RoR on a new machince using instantrails.
Whenever I run "gem update --system", I get the error for several gems? that "activesupport requires Ruby version >= 1.8.7"
I run "ruby -v"
and it returns "ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32]
I am using Windows Vista.
I've already been to http://www.ruby-lang.org/en/downloads/ and install the latest version of ruby into the C:/ directory....but still the version remains the same.
How can i fix this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用Ruby 安装程序进行安装。
Ruby 1.8.7:下载链接。
Install using Ruby Installer.
Ruby 1.8.7: Download link.