无法安装自动测试4.4.6
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
试试这条线
Try this line
当我捆绑安装自动测试 4.4.6 时,它会安装 Zentest
when I bundle install autotest 4.4.6 it install Zentest