From: Martin DeMello Date: 2011-02-14T04:43:38+09:00 Subject: Re: Ruby is not accessible from the my terminal On Mon, Feb 14, 2011 at 12:48 AM, wolf volpi wrote: > > $ which cucumber > /home/wolf/.gem/ruby/1.8/bin/cucumber > > Thanks martin.  Now where do I go from here? $ head /home/wolf/.gem/ruby/1.8/bin/cucumber It should have a first line of the form #!/usr/bin/ruby which will tell you where exactly cucumber is running ruby from. martin