I am one of the OpenShift developers working with client tools and use RVM to test my versions locally without any problems.
If you use RVM, your $ PATH should include something like this (I use 1.9.3 with gemset for my client tools).
$ echo $PATH | tr : \\n /home/fotios/.rvm/gems/ ruby-1.9.3-p125@client-tools /bin /home/fotios/.rvm/gems/ ruby-1.9.3-p125@global /bin /home/fotios/.rvm/rubies/ruby-1.9.3-p125/bin /home/fotios/.rvm/bin ... $ which rhc ~/.rvm/gems/ ruby-1.9.3-p125@client-tools /bin/rhc
If not, there may be a problem with your .bashrc / .profile. Check out the RVM installation notes or run rvm notes for everything to work properly.
Fotios
source share