I have browsed around but unable to find why rvmsudo is needed for passenger installation.
I am installing passenger with nginx in my server and I'm using RVM. According to the passenger user manual I need to use rvmsudo
to install passenger if I have rvm installed.
Whats the difference between using rvmsudo
and without using rvmsudo
. Is using rvmsudo to system wide install needed despite having rvm installed locally only ? (just use gem install passenger
)
Thank You !