Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
刚刚安装了rvm。当我使用:rvm use 1.9.3时,我得到:
rvm use 1.9.3
Gemset '' does not exist, 'rvm gemset create ' first, or append '--create'.
当我这样做时:rvm gemset create test,我得到:
rvm gemset create test
Can not create gemset before using a ruby. Try 'rvm use <some ruby>'.
跑步:
rvm use 1.9.3 --install --create
将解决问题,在安装过程中必须有一个错误,阻止创建默认/全局 gemsets,你注意到什么了吗?