Upgrading Ruby on Mac OS X

后端 未结 5 1389
死守一世寂寞
死守一世寂寞 2021-02-19 00:32

I am reading the book Programming Ruby and am looking to upgrade the version of Ruby on my computer. I run Mac OS X Snow Leopard and doing ruby -v in the command line shows I am

5条回答
  •  终归单人心
    2021-02-19 00:47

    You have to use ruby19 to run ruby if you installed it that way. You can also use irb19, and ri19.

提交回复
热议问题