02.09.2019 – Linux/Ruby/Install_gem_locally.md

Install gem locally

To install a gem in your home directory use the --user-install option. E.g.

1
$ gem install --user-install bundler

Add ~/.gem/ruby/x.y.z/bin to your $PATH if needed.