让脚本使用 1.8.7,Rails 使用 1.9.2
为了使用我为我的系统制作的系统管理脚本,我需要在 Ruby 1.8.7 下运行它们。然而,我正在阅读的一本 Rails 书籍要求我使用 1.9.2。我已经安装并知道如何使用 rvm 在它们之间手动切换,但我希望我的系统管理脚本能够在 1.8.7 上运行,而无需我手动切换。有什么建议吗?
提前致谢。
In order to use my system management scripts that I have made for my system, I need to run them under Ruby 1.8.7. However, a Rails book that I am reading requires me use 1.9.2. I have both installed and know how to manually switch between them using rvm, but I wish for my system management scripts to be run with 1.8.7 without having me switch manually. Any suggestions?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将 1.8.7 设置为默认 Ruby,并将
.rvmrc
添加到您的 Rails 项目中:https: //rvm.io/workflow/rvmrc/
Make 1.8.7 your default Ruby and add a
.rvmrc
to your Rails project:https://rvm.io/workflow/rvmrc/