First of all, I hope you are linux/mac. If yes, google "symlink" or "ln -s howto". In short, what you need is this:
>ln -s file_you_want_to_symlink new_path or in your case most probably, it will be > sudo ln -s /usr/bin/ruby1.8 /usr/bin/ruby -- अभिनव http://twitter.com/abhinav On Mon, Aug 31, 2009 at 4:14 PM, Abhishek Singh < [email protected]> wrote: > > Abhinav Saxena wrote: > > I think your gem program points to gem1.9, and therefore output is > > empty. > > thanx i got that. > > > > > Also if "ruby -v" outputs ruby 1.9, and you still want to use ruby1.8 > > then > > perhaps you need to symlink ruby1.8 to ruby. > > how can i create a symlink to 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 -~----------~----~----~----~------~----~------~--~---

