如何在 Mac 上更改 Rails 版本?
我已经安装了带有 Rails 2.3.5 的 Snow Leopard 以及其他版本(2.2.2 和 1.2.6)。我想使用 2.2.2 作为我想要部署的 Web 服务器,使用 2.2.x 版本的 Rails。我尝试卸载 Rails 2.3.5,但收到此错误:
ERROR: While executing gem ... (Gem::InstallError)
cannot uninstall, check `gem list -d rails`
是否有其他方法将 Rails 版本设置为其他已安装的 Rails 版本之一?
I've got Snow Leopard with Rails 2.3.5 installed along with other versions (2.2.2 and 1.2.6). I'd like to use 2.2.2 as the webserver I want to deploy to uses a 2.2.x version of Rails. I've tried to uninstall Rails 2.3.5 but get this error:
ERROR: While executing gem ... (Gem::InstallError)
cannot uninstall, check `gem list -d rails`
Is there any other way of setting the Rails version to one of the other installed Rails versions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你真的应该看看 RVM(Ruby Version Manager),它太棒了!
干杯
丹尼斯
You should really take look to RVM(Ruby Version Manager) it's awesome!
Cheers
Denis
您应该能够执行此操作,而无需卸载任何内容。您可以在创建新应用程序时键入以下内容来指定要为其创建应用程序的 Rails 版本。
You should be able to do this without needing to uninstall anything. You can specify the version of rails you want to create an application for by typing the following when creating a new app.