$GEM_HOM

D

Derek Smith

I am running cygwin with ruby version ruby 1.8.7 (2008-08-11 patchlevel
72) [i386-cygwin]

When I installed zipruby I noticed this:

make install
mkdir -p /usr/lib/ruby/gems/1.8/gems/gems/gems/zipruby-0.2.9/lib
/usr/bin/install -c -m 0755 zipruby.so
/usr/lib/ruby/gems/1.8/gems/gems/gems/zipruby-0.2.9/lib


Why do I have three gems subdirs? And where should all my gems be
centrally located and what should $GEM_HOME be? I would think it would
be one location for my situation...my home laptop used for ruby coding
for my night work apart from my full time job.

Also: I installed rubygems, but I am still seeing this below"

$ irb
irb(main):001:0> require 'rubygems'
=> true
irb(main):002:0> require 'zip/zip'
=> true
irb(main):003:0> require 'rubygems'
=> false
irb(main):004:0>

Smith@smith-laptop /usr/lib/ruby/gems/1.8/gems
$ gem list --local

*** LOCAL GEMS ***

appinstaller (0.0.1)
httparty (0.3.1)
rubygems-update (1.3.2, 1.3.1)
rubyzip (0.9.1)
tags4free (0.1.3)
ziplookup (1.0.0)


Smith@smith-laptop /usr/lib/ruby/gems/1.8/gems
$ echo $GEM_HOME
/usr/lib/ruby/gems/1.8/gems/gems


thank you!
 
G

Glen Holcomb

I am running cygwin with ruby version ruby 1.8.7 (2008-08-11 patchlevel
72) [i386-cygwin]

When I installed zipruby I noticed this:

make install
mkdir -p /usr/lib/ruby/gems/1.8/gems/gems/gems/zipruby-0.2.9/lib
/usr/bin/install -c -m 0755 zipruby.so
/usr/lib/ruby/gems/1.8/gems/gems/gems/zipruby-0.2.9/lib


Why do I have three gems subdirs? And where should all my gems be
centrally located and what should $GEM_HOME be? I would think it would
be one location for my situation...my home laptop used for ruby coding
for my night work apart from my full time job.

Also: I installed rubygems, but I am still seeing this below"

$ irb
irb(main):001:0> require 'rubygems'
=3D> true
irb(main):002:0> require 'zip/zip'
=3D> true
irb(main):003:0> require 'rubygems'
=3D> false
irb(main):004:0>

Smith@smith-laptop /usr/lib/ruby/gems/1.8/gems
$ gem list --local

*** LOCAL GEMS ***

appinstaller (0.0.1)
httparty (0.3.1)
rubygems-update (1.3.2, 1.3.1)
rubyzip (0.9.1)
tags4free (0.1.3)
ziplookup (1.0.0)


Smith@smith-laptop /usr/lib/ruby/gems/1.8/gems
$ echo $GEM_HOME
/usr/lib/ruby/gems/1.8/gems/gems


thank you!
I don't see a problem with having gems/gems/gems as long as all your gems
are there.
Also the behavior you are seeing in irb is perfectly normal. false just
means it didn't load rubygems (because it has already been loaded) it
doesn't mean there was an error, or that the load failed.

--=20
"Hey brother Christian with your high and mighty errand, Your actions speak
so loud, I can=92t hear a word you=92re saying."

-Greg Graffin (Bad Religion)
 
E

Eric Hodel

I am running cygwin with ruby version ruby 1.8.7 (2008-08-11
patchlevel
72) [i386-cygwin]

When I installed zipruby I noticed this:

make install
mkdir -p /usr/lib/ruby/gems/1.8/gems/gems/gems/zipruby-0.2.9/lib
/usr/bin/install -c -m 0755 zipruby.so
/usr/lib/ruby/gems/1.8/gems/gems/gems/zipruby-0.2.9/lib


Why do I have three gems subdirs? And where should all my gems be
centrally located and what should $GEM_HOME be? I would think it
would
be one location for my situation...my home laptop used for ruby coding
for my night work apart from my full time job.

Smith@smith-laptop /usr/lib/ruby/gems/1.8/gems
$ echo $GEM_HOME
/usr/lib/ruby/gems/1.8/gems/gems


Typically it isn't set:

$ echo $GEM_HOME

$
 
D

Derek Smith

Glen said:
I don't see a problem with having gems/gems/gems as long as all your
gems
are there.
Also the behavior you are seeing in irb is perfectly normal. false just
means it didn't load rubygems (because it has already been loaded) it
doesn't mean there was an error, or that the load failed.

--
"Hey brother Christian with your high and mighty errand, Your actions
speak
so loud, I can’t hear a word you’re saying."

-Greg Graffin (Bad Religion)


Ooops...meant to say rubyzip:

$ irb
irb(main):001:0> require 'rubygems'
=> true
irb(main):002:0> require 'rubyzip'
LoadError: no such file to load -- rubyzip
from
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'
from
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from (irb):2
irb(main):003:0>


$ gem list --local

*** LOCAL GEMS ***

appinstaller (0.0.1)
httparty (0.3.1)
rubygems-update (1.3.2, 1.3.1)
rubyzip (0.9.1)
tags4free (0.1.3)
ziplookup (1.0.0)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,777
Messages
2,569,604
Members
45,226
Latest member
KristanTal

Latest Threads

Top