Ruby configuration for Windows machine
Ensure your system was already loaded with the Ruby. To check that open the command prompt and execute the command ruby --v, it will show the installed Ruby's version in the command prompt only if exist otherwise download it from the official site and install it manually.
- Visit the official website to download the Ruby and install as per below instructions.
- Install the Ruby in the following default directory C:\Ruby26-x64 and you can move the Ruby software to another location as per your wish.
- Check the Ruby is updated the Environment Variable or not, by opening the command prompt and execute the command ruby --v. It will show the installed Ruby's version otherwise follow the below steps to setup the environment variable path.