-
-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regarding ruby-install extension like ruby-removal to letgo old rubies installations #269
Comments
I plan on adding a |
nice one @postmodern, |
I usually just remove the whole installation directory for old ruby versions. Not sure if that works for system installations, though. |
Isn't it just rm -rf ~/.rubies/ruby-2.2.0 or am I missing anything? |
@FranklinYu that's what I use, but AIUI you can make ruby-install do a system installation and then it may be harder. |
@mvz Oh, because the files scatter everywhere? (Sorry I never tried messing with system Ruby.) |
Kind of defeats the purpose of using |
I ran |
@lacostenycoder |
I was recently bundling lots of ruby-projects and got stumbled upon low-disk space problem, and after few serlock inspections, found out i was carrying multiplle old version of rubies:
Since I switched to chruby+ ruby-install from giant: rvm never had a single hunch that it was a wrong choice. But I wish there exists some installed ruby removal version of ruby-install 💭 .
For now I am writing/using my own version of shell function to clean the old ones I no longer use.
The text was updated successfully, but these errors were encountered: