Create .ruby-version and .ruby-gemset with rvm

前端 未结 4 1641
情歌与酒
情歌与酒 2021-01-30 00:54

Is there a way to create the associated .ruby-version and .ruby-gemset files when creating a new gemset?

With older versions of rvm, one could

4条回答
  •  我在风中等你
    2021-01-30 01:30

    I recently had the same problem. rvm --help led me to:

    rvm --create --ruby-version ruby-1.9.3@my-gemset  
    

    It created both .ruby-gemset and .ruby-version.

提交回复
热议问题