简体   繁体   English

如何清洁地去除rubinius?

[英]How do I cleanly remove rubinius?

I used http://railsinstaller.org/ to install a bunch of packages. 我使用http://railsinstaller.org/来安装一堆软件包。 Then I created a rails app by calling rails new myApp and then rails server but unfortunately I got this error: Click Here 然后我通过调用rails new myApp然后调用rails server创建了一个rails应用程序但不幸的是我收到了这个错误: 点击这里

So I think I would just rather remove rubinius or do some sort of clean install of ruby and all it's dependencies but that might be an issue because I might accidentally delete some files and not remember what they were. 所以我想我宁愿删除rubinius或者做一些干净的ruby安装以及所有它的依赖,但这可能是一个问题,因为我可能会意外删除一些文件而不记得它们是什么。

Thanks for the help. 谢谢您的帮助。

The Ruby installer installs RVM for you, which then installs and manages each Ruby for you, so to remove it, at a command line, use: Ruby安装程序会为您安装RVM,然后为您安装和管理每个Ruby,因此要在命令行中删除它,请使用:

rvm remove rbx-1.10.2

Further instructions can be found on the RVM site: 可以在RVM站点上找到更多说明:

https://rvm.io/rubies/removing/ https://rvm.io/rubies/removing/

To add a new Rubinius: 要添加新的Rubinius:

rvm install rbx

See https://rvm.io/rubies/installing/ for more. 有关更多信息,请参阅https://rvm.io/rubies/installing/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM