I am an absolute beginner. Tried to install RoR on our server. You can view the log at http://docs.google.com/Doc?docid=0AUIy-caPIiXgZDgzaDM0cV8xOTBnZm5ycWZnOA&hl=en In the end, I was expecting some sort of answer to the command #which ruby instead, there is no answer as nothing was installed. What do I miss ? Thank you Peppe -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Sat, Apr 24, 2010 at 6:49 AM, octopushole <octopushole-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> In the end, I was expecting some sort of answer to the command > > #which ruby > > instead, there is no answer as nothing was installed.Since everything in that log refers to ''ruby1.8'', maybe you should try `which ruby1.8`; either that or use `find` to figure out where ruby got installed and put it in your path yourself. HTH, -- Hassan Schroeder ------------------------ hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org twitter: @hassan -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
that was it. Thank you Peppe On 25 Apr, 00:52, Hassan Schroeder <hassan.schroe...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Sat, Apr 24, 2010 at 6:49 AM, octopushole <octopush...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > In the end, I was expecting some sort of answer to the command > > > #which ruby > > > instead, there is no answer as nothing was installed. > > Since everything in that log refers to ''ruby1.8'', maybe you should try > `which ruby1.8`; either that or use `find` to figure out where ruby got > installed and put it in your path yourself. > > HTH, > -- > Hassan Schroeder ------------------------ hassan.schroe...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > twitter: @hassan > > -- > 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. > For more options, visit this group athttp://groups.google.com/group/rubyonrails-talk?hl=en.-- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.