Hacker News new | ask | show | jobs
by notpushkin 301 days ago
> add advantages compared to rvm, rbenv, etc

If I understand correctly, rvm/rbenv only install Ruby versions, and you use bundler to install dependencies. rv seems to manage everything (like uv in Python) – Ruby versions and dependencies, and adds things on top of that (like `rv tool` for global tools installation).