i'm running rails on a windows 7 machine and am using pik as my RVM.
i have ruby 1.9.3 currently installed but i have a project that requires ruby 1.9.2.
so using pik, i run these commands from gitbash
:
pik 192
ruby -v
ruby 1.9.2p180 (2011-02-18) [i386-mingw32]
rails server
sh.exe": rails: command not found
however, when i use pik 193 i can definitely see the server running. running gem list under pik 192 also does not display any local gems while pik 193 displays a lot of them.
how do i "share" the gems between these 2 version or is there a better option that will be less risky?