On Mar 31, 3:14 pm, mikrogroove <[email protected]> wrote: > On Mar 31, 2:30 pm, Cogaidhean <[email protected]> wrote: > > Also, you can check to see where the `rails` binary in your path is: > > ∴ which rails > > And see what ruby it is pointed at: > > ∴ head -n 1 $(which rails) > > ~Wayne > > Many thanks for your suggestions. > > b...@silicon:~/rails/TestProject$ head -n 1 $(which rails) > #!/home/bob/.rvm/rubies/ruby-1.8.7-p249/bin/ruby
Also: b...@silicon:~/rails/TestProject$ rvm info system: uname: "Linux silicon 2.6.31-14-generic-pae #48-Ubuntu SMP Fri Oct 16 15:22:42 UTC 2009 i686 GNU/Linux" shell: "bash" version: "4.0.33(1)-release" ruby: interpreter: "ruby" version: "1.8.7" date: "2010-01-10" platform: "i686-linux" patchlevel: "2010-01-10 patchlevel 249" full_version: "ruby 1.8.7 (2010-01-10 patchlevel 249) [i686-linux]" homes: gem: "/home/bob/.rvm/gems/ruby-1.8.7-p249" ruby: "/home/bob/.rvm/rubies/ruby-1.8.7-p249" binaries: ruby: "/home/bob/.rvm/rubies/ruby-1.8.7-p249/bin/ruby" irb: "/home/bob/.rvm/rubies/ruby-1.8.7-p249/bin/irb" gem: "/home/bob/.rvm/rubies/ruby-1.8.7-p249/bin/gem" rake: "/home/bob/.rvm/gems/ruby-1.8.7-p249/bin/rake" environment: GEM_HOME: "/home/bob/.rvm/gems/ruby-1.8.7-p249" GEM_PATH: "/home/bob/.rvm/gems/ruby-1.8.7-p249:/home/bob/.rvm/ gems/ruby-1.8.7-p249%global" BUNDLE_PATH: "/home/bob/.rvm/gems/ruby-1.8.7-p249" MY_RUBY_HOME: "/home/bob/.rvm/rubies/ruby-1.8.7-p249" IRBRC: "/home/bob/.rvm/rubies/ruby-1.8.7-p249/.irbrc" -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

