rvmsudo:未找到命令

发布于 2024-11-15 17:15:07 字数 312 浏览 9 评论 0原文

我正在按照这篇精彩的文章在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

无法言说的痛 2024-11-22 17:15:07

更新到最新版本对我有帮助:

rvm get latest
rvm reload

rvmsudo 命令随后可用。

Updating to the latest version helped me:

rvm get latest
rvm reload

The rvmsudo command was available after that.

再浓的妆也掩不了殇 2024-11-22 17:15:07

该命令是 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.

优雅的叶子 2024-11-22 17:15:07

我最终对我的服务器进行了新的全局设置,并仔细按照官方网站这里<的说明安装了乘客/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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文