Ikenna Okpala recommended this .gemrc
(I modified it slightly):
--- :verbose: true :bulk_threshold: 1000 install: --no-ri --no-rdoc --env-shebang :sources: - http://gems.rubyforge.org/ :benchmark: false :backtrace: false update: --no-ri --no-rdoc --env-shebang :update_sources: true
I had not noticed the --env-shebang
before. I looked up the documentation for --env-shebang
at http://guides.rubygems.org/command-reference/:
Install/Update Options: ... -E, --[no-]env-shebang - Rewrite the shebang line on installed scripts to use /usr/bin/env
Practically speaking, why might the --env-shebang
option be important? (I've never used it.)