Debian 上的 ruby 1.9.0...不错的选择吗?
我从头开始设置了一个 debian 盒子并安装了 ruby1.9 (存储库中的那个)。我虽然会安装 ruby 1.9.2,但它是 1.9.0
好吧,我继续和这个家伙一起安装了几个 gem(其中包括 dm-core)。
现在,我正在考虑删除 ruby 1.9.0 并安装 1.9.2。知道我运行的是 debian 5,最好、最干净的方法是什么?
我需要重新安装所有宝石吗?
I have setup a debian box from scratch and installed ruby1.9 (the one in the repos). I though ruby 1.9.2 would be installed but it was 1.9.0
Well, I keep on with this guy and installed several gems (dm-core among them).
Now, I'm thinking about getting rid of ruby 1.9.0 and install 1.9.2 instead. What is the best and cleanest way to do this kwnowing I'm running debian 5 ?
Will I need to re-installed all the gems ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
RVM 是迄今为止实现此目的的最佳方法。请参阅此处的精彩说明
通过 RVM,我可以在一个非常有效且易于使用的沙箱中使用多次安装的 Ruby 和相关 gem。您可能会或可能不会欣赏的一项功能是,它会中断与 apt 的链接,根据需要编译源代码。我在 Ubuntu 10.10 上使用它
RVM is by far the best way to do this. See the excellent instructions here
With RVM I can use multiple installs of Ruby and associated gems in a very effective and easy to use Sandbox. One feature which you may or may not appreciate is that it breaks the link with apt, compiling the source as it requires. I'm using it on Ubuntu 10.10