简体   繁体   中英

How do I cleanly remove rubinius?

I used http://railsinstaller.org/ to install a bunch of packages. Then I created a rails app by calling rails new myApp and then rails server but unfortunately I got this error: Click Here

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.

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:

rvm remove rbx-1.10.2

Further instructions can be found on the RVM site:

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

To add a new Rubinius:

rvm install rbx

See https://rvm.io/rubies/installing/ for more.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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