Use rvmrc or ruby-version file to set a project gemset with RVM?

后端 未结 5 1969
有刺的猬
有刺的猬 2020-11-29 15:03

I use RVM, the Ruby Version Manager to specify a Ruby version and a set of gems for each of my Rails projects.

I have a .rvmrc file to automatically sel

5条回答
  •  误落风尘
    2020-11-29 15:26

    If you want create the .ruby-version and .ruby-gemset file in a short way you can use the commands like this:

    rvm use 2.1.1@nancy --create
    
    rvm --create --ruby-version 2.1.1@nancy
    

提交回复
热议问题