Message from discussion
uninitialized constant Gem::Installer::ENV_PATHS
Received: by 10.52.21.68 with SMTP id t4mr3959735vde.8.1333274495540;
Sun, 01 Apr 2012 03:01:35 -0700 (PDT)
X-BeenThere: rubyversionmanager@googlegroups.com
Received: by 10.220.153.198 with SMTP id l6ls1901798vcw.6.gmail; Sun, 01 Apr
2012 03:01:33 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.52.74.233 with SMTP id x9mr254560vdv.15.1333274493848; Sun, 01
Apr 2012 03:01:33 -0700 (PDT)
Authentication-Results: ls.google.com; spf=pass (google.com: domain of
mpa...@gmail.com designates internal as permitted sender)
smtp.mail=mpa...@gmail.com; dkim=pass
header...@gmail.com
Received: by l7g2000vbw.googlegroups.com with HTTP; Sun, 1 Apr 2012 03:01:33
-0700 (PDT)
Date: Sun, 1 Apr 2012 03:01:33 -0700 (PDT)
In-Reply-To: <d63e58a7-df9a-4477-9fd5-892498758f0e@s27g2000yqd.googlegroups.com>
References: <d63e58a7-df9a-4477-9fd5-892498758f0e@s27g2000yqd.googlegroups.com>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2,gzip(gfe)
Message-ID: <bc0ba1b6-50dd-4709-b9a1-f99aaaaac241@l7g2000vbw.googlegroups.com>
Subject: Re: uninitialized constant Gem::Installer::ENV_PATHS
From: mpapis <mpa...@gmail.com>
To: "rvm (Ruby Version Manager)" <rubyversionmanager@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
you are using very old ruby, please expect a lot more errors when
mixing new gems and old ruby
Please switch to ruby 1.8.7-p358 which should go quite easy
Currently latest release of ruby is 1.9.3-p125 and it is really fast
and reliable.
On Mar 31, 6:34=A0pm, Mark Sidell <marksid...@gmail.com> wrote:
> I'm new to rvm, so I apologize if I'm doing something dumb. I seem to
> have things configured correctly, but when I try to install certain
> gems, I get an "uninitialized constant" error. For example:
>
> rvm use rvm 1.8.5@dweb
>
> =A0gem install nokogiri -v 1.4.4
>
> /usr/local/rvm/gems/ruby-1.8.5-p231@global/gems/rubygems-bundler-0.2.8/
> lib/rubygems_bundler/regenerate_binstubs_command.rb:34: warning:
> parenthesize argument(s) for future version
> Building native extensions. =A0This could take a while...
>
> ERROR: =A0While executing gem ... (NameError)
> =A0 =A0 uninitialized constant Gem::Installer::ENV_PATHS
>