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

前端 未结 5 1667
小蘑菇
小蘑菇 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:21

    I've never done any kind of ruby development in Windows, but that being said, you should be able to run the ruby command line binary with the --version flag:

    $ ruby --version
    ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-darwin12.1.0]
    

提交回复
热议问题