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
問題を解決します。インストール中にデフォルト/グローバルgemsetの作成を妨げるエラーが発生する必要がありましたが、何か気づきましたか?