Hacker News new | ask | show | jobs
by AlchemistCamp 705 days ago
radanskoric's sibling comment is correct (but flagged).

Most Ruby devs I know are on Macs and none of them are running the ancient version Apple installs. Just like with most other languages, even JavaScript, you'll want to get a current or recent version.

Either use a version manager like RVM (popular) or ASDF (my favorite tool since it handles nearly all languages). You can also install Ruby with Homebrew, but I don't recommend using Homebrew for managing programming languages since you may want different versions on different projects.

2 comments

It's not flagged, it's dead. Their comments and submissions are all auto-killed. My guess is it's because their account had one comment in 2015, no activity until 2022, and then a submission. Everything from that submission in February 2022 on is dead (not [flagged][dead], just [dead]).

radanskoric: You should reach out to the mods (contact link at the bottom of almost every page here) and ask to have your account un-banned.

rbenv is another great Ruby version manager.