Skip to content

Instantly share code, notes, and snippets.

@vertiginous
Created November 11, 2009 22:28
Show Gist options
  • Save vertiginous/232377 to your computer and use it in GitHub Desktop.
Save vertiginous/232377 to your computer and use it in GitHub Desktop.
ENV['GEM_HOME'] = nil
ENV['GEM_PATH'] = nil
REAL_HOME = ENV['HOME']
ENV['HOME'] = "nul"
require 'rubygems'
ENV['HOME'] = REAL_HOME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment