If I run:
rvm system
ruby -v
I get:
ruby-192...
I want the system version that is Ruby 1.8.7.
Ruby 1.9.2 was installed using RVM. I still can see Ruby 1.8.7 if I run /usr/bin/ruby -v.
rvm info
system:
system:
uname: "Darwin MacML.local 11.2.0 Darwin Kernel Version 11.2.0: Tue Aug 9 20:54:00 PDT 2011; root:xnu-1699.24.8~1/RELEASE_X86_64 x86_64"
bash: "/bin/bash => GNU bash, version 3.2.48(1)-release (x86_64-apple-darwin11)"
zsh: "/bin/zsh => zsh 4.3.11 (i386-apple-darwin11.0)"
rvm:
version: "rvm 1.10.0 by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.beginrescueend.com/]"
homes:
gem: "not set"
ruby: "not set"
binaries:
ruby: "/usr/local/bin/ruby"
irb: "/usr/local/bin/irb"
gem: "/usr/local/bin/gem"
rake: "/usr/local/bin/rake"
environment:
PATH: "/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/ML/.rvm/bin"
GEM_HOME: ""
GEM_PATH: ""
MY_RUBY_HOME: ""
IRBRC: ""
RUBYOPT: ""
gemset: ""

rvm infoin that window and compare it to this one. It should look very different if RVM is being initialized correctly. Also, notice that you have a Ruby in/usr/local/bin, which is not standard on MacOS. – the Tin Man Dec 22 '11 at 0:31rvm system;which ruby;/usr/local/bin/ruby -v;/usr/bin/ruby -v. I think your/usr/local/bin/rubyis 1.9.2 and confusing you. – the Tin Man Dec 22 '11 at 0:35rvm listwould be useful – Mark Thomas Dec 22 '11 at 2:00/usr/local/bin. Add the information to your question by editing it and appending. Please don't add it to comments because it makes it too hard for us to locate. – the Tin Man Dec 22 '11 at 20:32