使用 RVM 安装多个版本的 Ruby 1.9.2
我正在尝试在我的系统上设置 Ruby 1.9.2-p180 以用于项目特定目的。我已经有了 Ruby 1.9.2-p134 和 Ruby 1.8.7。
我是否需要将 Ruby 1.9.2-p134 替换为 Ruby 1.9.2-p180 或者两者可以共存?
我正在使用 Ubuntu 10.04 操作系统。
谢谢..
I am trying to setup Ruby 1.9.2-p180 on my system for project specific purposes. I already have Ruby 1.9.2-p134 and Ruby 1.8.7 with me.
Do I need to replace Ruby 1.9.2-p134 with Ruby 1.9.2-p180 or can both co exist?
I'm making use of Ubuntu 10.04 OS.
Thank you..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这正是 RVM 的用途。
然后使用它...
您还可以使用
.rvmrc
来配置每个目录的项目,并将 rvm 默认值设置为您喜欢的值。列出已安装的 Ruby 版本...
:)
That's exactly what RVM is for.
Then to use it…
You can also use
.rvmrc
to configure projects per-directory and set the rvm default to whichever you prefer.To list installed Ruby versions…
:)