How to check version of Ruby dev kit installed in my Windows?

前端 未结 5 1681
小蘑菇
小蘑菇 2021-02-18 12:59

Ruby dev kit is installed in my Windows 7. How can I check whether it\'s 32 bit or 64 bit and version number

I\'m not asking How to check ruby version w

5条回答
  •  长发绾君心
    2021-02-18 13:38

    Use ruby -v in command prompt. if it shows the version installed on the system. then it means Ruby is installed on your system.

    ex :

    C:\Users\abhilash>ruby -v
    ruby 2.4.3p205 (2017-12-14 revision 61247) [x64-mingw32]
    

提交回复
热议问题