Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jtimberman
Created December 12, 2008 04:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jtimberman/35018 to your computer and use it in GitHub Desktop.
Save jtimberman/35018 to your computer and use it in GitHub Desktop.
GEM_PATH not set:
$ gem list hoe
*** LOCAL GEMS ***
hoe (1.4.0)
$ /srv/ree/bin/gem list hoe
*** LOCAL GEMS ***
hoe (1.7.0)
GEM_PATH=/usr/lib/ruby/gems/1.8:/srv/ree/lib/ruby/gems/1.8
$ gem list hoe
*** LOCAL GEMS ***
hoe (1.7.0, 1.4.0)
$ /srv/ree/bin/gem list hoe
*** LOCAL GEMS ***
hoe (1.7.0, 1.4.0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment