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 -- 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.

