On Jan 26, 4:53 pm, Brad Herman <[email protected]> wrote: > To set up on site5, you need to edit your GEMPATH to point to a location you > choose, then install the required gems to that location. Then edit your > GEMPATH in the environment.rb file to include the custom gem location. > > ie: > > ENV['GEM_PATH'] = '/home/myapplocation/gems:/usr/lib/ruby/gems/1.8' > require 'rubygems'
Thanks. I went over the whole thing again and found my mistake. I had used `$HOME` instead of actual `home`.
