Seungchan Lee
Seungchan Lee

Reputation: 121

How can I uninstall ruby on rails completely on Windows (installed using RailsInstaller)?

I'm a complete beginner to ruby on rails and am just following a tutorial on Skillshare. I installed rails on Windows 7 following the instruction, but have been having issues.

I'd like to uninstall it completely and start fresh.

I saw some posts related to this, but commands like gem uninstall rails don't work because I'm not sure which folder I should be in when I type in that command.

Also, the tutorial is being done in Mac so I'm having trouble following it exactly.

Please let me know if there's a way to uninstall rails (installed using railsinstaller). Thanks a bunch!

Upvotes: 7

Views: 36053

Answers (1)

Akash
Akash

Reputation: 5221

You can uninstall it from Program and Features in Control Panel. After that you can remove the directory to which you installed it. If you didn't change it, then it is C:\Program Files(x86)\Railsinstaller

However, refreshing the software installation is just about the extreme step. What issues are you experiencing? You can comment or add those to your questions.

Upvotes: 10

Related Questions