
Hey Ruby geeks: Why doesn't Ruby offer a more user-friendly installer for macOS? On Linux, software installation through the package manager is straightforward and effective. On Windows, Ruby can be easily installed using the RubyInstaller from rubyinstaller.org, which is also quite user-friendly. However, on macOS, the process becomes more cumbersome: - Python can be installed via the package from python.org/downloads <https://www.python.org/downloads/>. - Java is made accessible through a .dmg file available at java.com/en/download <https://www.java.com/en/download/>. In contrast, installing Ruby requires a preliminary step of installing Homebrew, as directed on ruby-lang.org <https://www.ruby-lang.org/en/documentation/installation/#homebrew>. After Homebrew is set up, users must then add libraries and compile Ruby from the source code, which can be a daunting task for many. This complexity can be a barrier for users. For instance, if you've developed a Ruby-based game prototype, explaining how to set it up on a new machine without pre-installed Ruby is challenging. On the other hand, installing Java to play a game like Minecraft is a much simpler process for end-users.