Hi guys
I just installed rvm and after that i installed ruby1.9.2. i have a problem with installing gems.
I get the following error when doing: gem install capistrano no such file to load -- rubygems
This is how i set it up (its ubuntu): ruby -v ruby 1.9.2p0 (2010-08-18 revision 29036) [i686-linux] gem -v no such file to load -- rubygems
somebody any idea how to fix this ?
--- EDIT----
ok so i tried to fix it by uninstalling ruby and installing it again.
But no luck! :(
rvm remove 1.9.2 ; rvm install 1.9.2
doesn't work..