|
|
|
|
|
by chocolateboy
3273 days ago
|
|
Depends on the system. The default on Arch Linux is local gem installs: $ cat /etc/gemrc
# --user-install is used to install to $HOME/.gem/ by default since we want to separate
# pacman installed gems and gem installed gems
gem: --user-install
|
|