By default, when you sudo gem install thegemname
it will install executables into /usr/bin/
Is there a way to change this? For example, to install them into /usr/local/rubygems/bin
(or any other path)?
The path doesn't seem to be hard-coded into the gemspec file, so I don't see why this shouldn't be possible (although I have very little experience with Ruby/Gems)