无法安装自动测试4.4.6

发布于 2024-11-19 20:40:45 字数 405 浏览 3 评论 0原文

我正在使用 RVM,当我尝试使用以下命令安装自动测试时:

rvmsudo gem install autotest

并获取

获取:autotest-4.4.6.gem (100%) 成功安装autotest-4.4.6 安装了 1 个宝石 正在安装 autotest-4.4.6 的 ri 文档... 找不到文件“lib” 正在安装 autotest-4.4.6 的 RDoc 文档... 找不到文件“lib”

未安装可执行自动测试文件,并且 find ~/.rvm -name autotest 在任何自动测试文件夹中均未返回结果;所以看起来根本就没有安装。有人知道如何让它发挥作用吗?

I'm using RVM, and when I attempt to install autotest with:

rvmsudo gem install autotest

and get

Fetching: autotest-4.4.6.gem (100%)
Successfully installed autotest-4.4.6
1 gem installed
Installing ri documentation for autotest-4.4.6...
file 'lib' not found
Installing RDoc documentation for autotest-4.4.6...
file 'lib' not found

No executable autotest file is installed, and find ~/.rvm -name autotest returns no results in any autotest folder; so it doesn't look like it installed at all. Anyone have any clues how to get it to work?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

七分※倦醒 2024-11-26 20:40:45

试试这条线

rvmsudo gem install autotest --no-ri --no-rdoc 

Try this line

rvmsudo gem install autotest --no-ri --no-rdoc 
等待我真够勒 2024-11-26 20:40:45

当我捆绑安装自动测试 4.4.6 时,它会安装 Zentest

when I bundle install autotest 4.4.6 it install Zentest

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