I want to clear the Ruby Version Manager (RVM). What command should I type?

Asked 2 years ago, Updated 2 years ago, 34 views

I'm not used to writing Linux commands yet, so I don't know how to erase them.

What is the command to clear the Ruby Version Manager (RVM)?

ruby gem

2022-09-22 22:07

1 Answers

Built-in command: rvmimplode

This command clears the rvm/ directory and all rubies inside. To clear all rvm traces, do it up to gem uninstall rvm.

/etc/rvmrc or ~/.rvmrc may remain, so please check and erase it.


2022-09-22 22:07

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.