rvmsudo:未找到命令
我正在按照这篇精彩的文章在 ubuntu 10.10 上配置我的 Rails 生产服务器: rails production
当我想执行命令:
rvmsudouser-install-nginx-module
时,我收到错误: rvmsudo:找不到命令
有人可以帮助我吗?提前致谢 !
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 !
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
更新到最新版本对我有帮助:
rvmsudo 命令随后可用。
Updating to the latest version helped me:
The rvmsudo command was available after that.
该命令是 rvm 的一部分。你已经安装rvm了吗? https://rvm.io。仔细按照安装说明进行操作。它为登录脚本添加了很多内容,因此为了确保确定,注销并重新登录以确保其设置正确。现在跳过宝石集来启动并运行,然后重新审视它。
That command is part of rvm. Have you installed rvm already? https://rvm.io. Follow the installation instructions carefully. It adds a lot to the login script, so just to be sure to be sure, logout and log back in to make sure it's setup properly. Skip the gemsets for now just to get up and running, then revisit that.
我最终对我的服务器进行了新的全局设置,并仔细按照官方网站这里<的说明安装了乘客/a>
现在一切正常。
I finally performed a new global settings of my server and I installed passenger following carefully the instructions on the official web site here
Everything works now.