rvmsudo : command not found

obo picture obo · Jun 17, 2011 · Viewed 9.4k times · Source

I am following this great post to configure my rails production server on ubuntu 10.10 : rails production

When I want to execute the command :

rvmsudo passenger-install-nginx-module

I get the error : rvmsudo : command not found

Can anybody help me ? Thanks in advance !

Answer

user627542 picture user627542 · Jun 28, 2011

Updating to the latest version helped me:

rvm get latest
rvm reload

The rvmsudo command was available after that.