开发者

Rails 3: Using a different gemset

开发者 https://www.devze.com 2023-02-03 18:38 出处:网络
I\'m using RVM but I\'m having some problems. How can I start using another gemset开发者_JS百科, and which one?

I'm using RVM but I'm having some problems. How can I start using another gemset开发者_JS百科, and which one?

Thanks


You could do something like this:

rvm gemset create rails3
rvm gemset use rails3

This would create a gemset called rails3 and then use it. Check out the documentation here for more information.


You can switch to a specific gemset with
rvm @gemname And see which gemsets are in your "box" with rvm gemset list

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号