Closed eregon closed 2 weeks ago
Otherwise gem install and bundle install (without --path) won't work without sudo. In fact the previous example install command wouldn't work at all without sudo.
gem install
bundle install
--path
sudo
Doesn't have to be ~/.rubies but it seems a good place as any, and kinda consistent with /opt/rubies but user-writable.
~/.rubies
/opt/rubies
Otherwise
gem install
andbundle install
(without--path
) won't work withoutsudo
. In fact the previous example install command wouldn't work at all withoutsudo
.