Hacker News new | ask | show | jobs
by CharlieBlack11 2214 days ago
Tbh, this is one of the reasons why I moved away from Python to Ruby for my side projects.
1 comments

Are bundler, rvm, and rbenv not as confusing?
Definitely not. In Ruby I can immediately understand how to run a correct copy of any project because they all use bundler. Furthermore rbenv makes switching between specific Ruby versions for those apps trivial.
IMO they are much cleaner—plus you only need one of rvm and rbenv anyway.