Home > Software > Development > Ruby > Ruby
Details
- Package ID
- ruby
- Version
- 2.7.1.1
- Downloads
- 935292
- Website
- http://www.ruby-lang.org/
Summary
Ruby - A dynamic, open source programming language with a focus on simplicity and productivity.
Description
Ruby is a dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write.
This package provides a self-contained Windows-based installer that includes the Ruby language, an execution environment, important documentation, and more.
Package Parameters
/InstallDir
- Ruby installation directory, by defaultc:\tools\RubyXY
where XY are major and minor version parts./NoPath
- Do not add ruby bin folder to machine PATH.
Example: choco install ruby --params "/NoPath /InstallDir:C:\your\install\path"
Notes
- To install ruby development kit ruby installer provides
ridk
command. It provides easy way to install msys2 viaridk install 1
, however, the installation is interactive. To accomplish unattended install, use msys2 package.
Comments
Loading comments...