Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Install Ruby 1.9.2 and rails

Received: by 10.204.136.208 with SMTP id s16mr383229bkt.2.1313068597321;
        Thu, 11 Aug 2011 06:16:37 -0700 (PDT)
X-BeenThere: rubyonrails-talk@googlegroups.com
Received: by 10.204.50.196 with SMTP id a4ls254901bkg.1.gmail; Thu, 11 Aug
 2011 06:15:54 -0700 (PDT)
Received: by 10.204.10.142 with SMTP id p14mr369380bkp.12.1313068554087;
        Thu, 11 Aug 2011 06:15:54 -0700 (PDT)
Received: by 10.204.10.142 with SMTP id p14mr369379bkp.12.1313068554072;
        Thu, 11 Aug 2011 06:15:54 -0700 (PDT)
Return-Path: <jhwint...@gmail.com>
Received: from mail-wy0-f170.google.com (mail-wy0-f170.google.com [74.125.82.170])
        by gmr-mx.google.com with ESMTPS id n10si1052275bkd.3.2011.08.11.06.15.53
        (version=TLSv1/SSLv3 cipher=OTHER);
        Thu, 11 Aug 2011 06:15:54 -0700 (PDT)
Received-SPF: pass (google.com: domain of jhwint...@gmail.com designates 74.125.82.170 as permitted sender) client-ip=74.125.82.170;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of jhwint...@gmail.com designates 74.125.82.170 as permitted sender) smtp.mail=jhwint...@gmail.com; dkim=pass (test mode) header...@gmail.com
Received: by mail-wy0-f170.google.com with SMTP id 23so1508845wyf.15
        for <rubyonrails-talk@googlegroups.com>; Thu, 11 Aug 2011 06:15:53 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=message-id:date:from:user-agent:mime-version:to:subject:references
         :in-reply-to:content-type:content-transfer-encoding;
        bh=2uSDZ2VYz4ZFx0Z5ecEHzBqSh5GmvUMumPmNgF32T/8=;
        b=jkQIV7Mh9AfWv2iQjXdg2H+2uOdlNpCrT7bb6Pt3l7biLYVxTbpw3hWJYTqLQqtb+i
         t5qan/QM7Ld93t2v75ZGDwhbJnJzVmqv64lbqPETFEzCMxeNnwkovTwTQ8IqwN/ky0qw
         MJRSWqzlbbNyoG35yZzaTWY5H3qRImIXdkToM=
Received: by 10.227.172.73 with SMTP id k9mr8274270wbz.30.1313068553815;
        Thu, 11 Aug 2011 06:15:53 -0700 (PDT)
Return-Path: <jhwint...@gmail.com>
Received: from [10.3.0.55] (ntp.sinodun.org.uk [81.187.217.217])
        by mx.google.com with ESMTPS id ej15sm1541382wbb.65.2011.08.11.06.15.52
        (version=SSLv3 cipher=OTHER);
        Thu, 11 Aug 2011 06:15:53 -0700 (PDT)
Message-ID: <4E43D607.2070...@gmail.com>
Date: Thu, 11 Aug 2011 14:15:51 +0100
From: John Winters <jhwint...@gmail.com>
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20110702 Icedove/3.0.11
MIME-Version: 1.0
To: rubyonrails-talk@googlegroups.com
Subject: Re: [Rails] Re: Install Ruby 1.9.2 and rails
References: <d8c0e39d-bae1-49c9-a88a-c24f96081...@s20g2000yqc.googlegroups.com> <4E43BB7F.4030...@gmail.com> <8ccdfcd5-039d-42fa-acfb-22a5e4462...@bl1g2000vbb.googlegroups.com>
In-Reply-To: <8ccdfcd5-039d-42fa-acfb-22a5e4462...@bl1g2000vbb.googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

On 11/08/11 12:52, Bruno Meira wrote:
> I already tried it. But the "ruby -v" only works in non-root mode and
> "rails -v" doesn't work in any mode ;/

You'll have to give a bit more information than that if you want any 
useful help.

Do you have rvm installed and working?  Does your installation pass the 
"type rvm | head -1" test?

How then did you install ruby?  And rails?  What do you see when you 
type "ruby -v"?  And "rails -v"?

What do you mean by "S.O."?

John