Gabriel Gabriel wrote: > Andy Jeffries wrote: >> Does /usr/bin/ruby1.8 exist and is it executable? >> >> -- >> Andy Jeffries >> http://andyjeffries.co.uk/ #rubyonrails #mysql #jquery >> Registered address: 64 Sish Lane, Stevenage, Herts, SG1 3LS >> Company number: 5452840 > > Hum... no ! > Should I try to make a simbolyc link ? like > > ln -s /usr/local/bin/ruby /usr/bin/ruby1.8 > > ? > > Thanks a lot !
And It is done ! Thanks everybody ! sudo ln -s /usr/local/bin/ruby /usr/bin/ruby sudo ln -s /usr/bin/ruby /usr/bin/ruby1.8 -- Posted via http://www.ruby-forum.com/. -- 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.

