When picking from a list of RVM versions, for many versions I see two versions, as in:
RVM:ruby-1.9.2-p180 [global]
plus also:
RVM:ruby-1.9.2-p180
Does it matter which I use?
|
When picking from a list of RVM versions, for many versions I see two versions, as in:
plus also:
Does it matter which I use? |
|||
|
|
|
Global in this case applies to gemsets. All gemsets under the installed 1.9.2-p180 version will be able to access gems installed to 1.9.2-p180@global. |
|||
|
|