Ruby Installation
Ruby Installer
- Ensure you download version
2.7.2-2 (x64)or use the wizardchoco install ruby --version=2.7.2.1
Ruby DevKit Installer
- Execute the command below to download and install Ruby or use the wizard
choco install ruby2.devkit
Install MSYS2 with ridk (Ruby Installer Development Kit)
- Execute the commands below to
- refresh environment variables
- set execution policy
- install development toolchain and
msys2, and updatemsys2.
refreshenv
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
ridk install 1 2 3


