Skip to content

rbenv plugin for $GEM_HOME and user gems install location

License

Notifications You must be signed in to change notification settings

lvwvm/rbenv-user-gems

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rbenv plugin for user gems support

If you gem install --user-install bcat, the gems will get installed under your user's home directory (typically ~/.gem) instead of the default RubyGems install path.

rbenv, however, doesn't know how to discover the binstubs created this way and won't be aware of them during the rehash or execution phase.

This plugin adds support for $GEM_HOME environment variable and for searching executables inside ~/.gem/RUBY_ENGINE/RUBY_VERSION/bin directory for the current version when executing a command.

About

rbenv plugin for $GEM_HOME and user gems install location

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%