On 9/3/2006, at 16:52, Yvon Thoraval wrote: > i've tested with a simple script ("try.rb") : > #!/usr/bin/env ruby > > p "#{GEM_HOME}" This should be: p ENV['GEM_HOME']