Install a Ruby Gem
May 2022
Install a Ruby Gem with:
gem install GEM_NAMEIf you do that outside a virtual environment it'll install for whatever ruby you have active (e.g. via chruby)
end of line
Install a Ruby Gem with:
gem install GEM_NAMEIf you do that outside a virtual environment it'll install for whatever ruby you have active (e.g. via chruby)