1

How is one supposed to remove rubies from rbenv? From the rbenv "How it Works" it seems that one can simply delete the ruby version from the versions directory and then execute rbenv rehash. Anyone know definitely?

Ari
  • 4,121
  • 8
  • 40
  • 56
  • (And what else could you do?) – Dave Newton Jan 28 '12 at 12:43
  • I think I missed the point. You're asking how to delete rubies from rbenv and then provide the answer in the question? – omninonsense Jan 28 '12 at 22:41
  • @withadot: I provided the approach I tried, which did not work; hence the question. I should have included the fact it didn't work for me in my OP. – Ari Jan 30 '12 at 18:16
  • Possible duplicate of [uninstall ruby version from rbenv](http://stackoverflow.com/questions/9147457/uninstall-ruby-version-from-rbenv) – lorcan May 24 '16 at 19:59

1 Answers1

0

Yep, that's all it takes. You'll probably want to make sure your default Ruby version is set to a version that you're not deleting, too.

mipadi
  • 398,885
  • 90
  • 523
  • 479