ruby - RVM doesn't switch Rubies -


I'm running Ruby 1.9.1p243 on CentOS, and I'm upgrading to 1.9.2 or downgrade Decided to install rvm 1.8.7 (who also come out to work better for the tracks)

I have followed the instructions given here: And everything is well established. I was able to compile and install Ruby 1.8.7, 1.9.1, and 1.9.2.

However, if I actually try to switch to an RVM set up Ruby, then using RVM 1.8.7, for example, nothing works. My system still works by Ruby / usr / Local / bin / ruby ​​is installed in.

An example of the output I received:

  $ rvm using 1.8.7 $ Ruby -v ruby ​​1.9.1p243 (2009-07-16 Amendment 24175 ) [I686-linux] $ ruby ​​/ usr / local / bin / ruby ​​$ rvm 1.9.2 $ ruby ​​-v Rabbi 1.9.1p243 (2009- 07-16 amendment 24175) [i686-linux] $ Which ruby ​​/ usr / local / bin / ruby ​​ 

I do not know why this is happening, and I do not think anything about this issue is online anybody Also help would be appreciated.

RVM support is usually easy through IRC (# RVM on Freenode) - this special case Running "Type RVM, Head-N1" show? It should show that "RVM is a function" If not, it means that the line of source RVM is not running properly and therefore switching does not work. Normally it means that you either have a return in your ~ / .bashrc or you missed the line for the source RVM.


Comments