HACKER Q&A
📣 merbot

Why Ruby not preinstalled in GNU/Linux distribution?


I was learning ruby recently. When installing ruby via its version manager, I realized that Python or Perl usually preinstalled in GNU/Linux distribution. Why ruby not preinstalled in GNU/Linux distribution?


  👤 tachyons Accepted Answer ✓
Because many of the default CLI and GUI tools in Gnu/Linux are written in Python. So including Python interpreter is necessary.