When I run gem environment I get a list which includes the following:
- GEM PATHS:
- /home/rescue/.rvm/rubies/ruby-2.3.3/lib/ruby/gems/2.3.0
- /home/rescue/.gem/ruby/2.3.0
I'd like to add a path. I see people suggesting to add something like export GEM_PATH = ... to my .bashrc file, but I fear this would replace the existing gem paths.
How can I add another path in addition to the ones that already exist?