2013-06-24 49 views
0
創建寶石

我的RVM的版本是RVM不與jruby的

RVM -v

RVM 1.6.9由韋恩E. Seguin的([email protected]) [https://開頭rvm.beginrescueend.com/]

rvm rubies 

    ruby-1.9.2-p180 [ x86_64 ] 
    jruby-1.7.3 [ linux-amd64 ] 
    jruby-1.6.1 [ linux-amd64-java ] 

我試圖創建由命令寶石

rvm use jruby-1.7.3 
rvm gemset create 'mytest' 

當我看到寶石

rvm gemset list 

gemsets for system (found in /usr/share/ruby-rvm/gems/system) 
    * 

無寶石是創建。 請指導我我錯在哪裏?

+0

[安裝了Ruby的可能重複與RVM 1.9.3,但命令行不顯示紅寶石-v](http://stackoverflow.com/questions/9056008/installed-ruby-1-9-3-with-rvm-but-command-line-doesnt-show-ruby-v) – mpapis

回答