Hacker News new | ask | show | jobs
by mrweasel 1701 days ago
This might just be me not understanding Ruby well enough, but managing packages and dependecies feel even worse in Ruby.
2 comments

Conda has become vastly better since I used it a few years ago. Worth a try again
That’s a pretty good idea, also a tool many Python developers already use, making the move between the two languages easier.
how? In ruby you are supposed to use rubygems and bundler for dependencies, and things generally work fine, and it's been like that for a decade or so.

There have been a few version management tools (rvm, rbenv), but those were all "fine" and still are, AFAICT, and you don't strictly need them.

Meanwhile for inexplicable reasons in pythonland we keep reinventing package/version/environment management.

I had a friend who managed to mess up their local env this morning to the point of screwing up their OS install, and it reminded me of the XKCD on python env[0].

It's at least 3 years old, and things have not improved.

[0]https://xkcd.com/1987/