使用 ri 数组时,一无所知……Ruby

发布于 2024-12-24 20:04:02 字数 504 浏览 0 评论 0原文

我有 Ubuntu 11.10 并使用 rvm 和 ruby​​ 1.9.2。我完全按照这个安装 Ruby: http://blog.sudobits.com/2011/10/27/how-to-install-ruby-on-rails-in-ubuntu-11-10/

我生成文档这

rvm docs generate

似乎适用于一次性终端会话,但是一旦我退出并重新启动,我就必须再次生成文档,否则我会收到“Nothing is Known”错误,这需要很长时间,所以我宁愿不这样做生成每次我启动终端会话时都会查看文档。

我可以做些什么来永久保留这些文档吗?

肯定存在与此类似的问题 - 但我在生成文档或使用它们方面没有问题,只需保持它们安装即可。

I have Ubuntu 11.10 and am using rvm with ruby 1.9.2. I followed this exactly to install Ruby: http://blog.sudobits.com/2011/10/27/how-to-install-ruby-on-rails-in-ubuntu-11-10/

I generate the docs with

rvm docs generate

This seems to work for a one time terminal session, but as soon as I exit out and start again, I have to generate the docs again, otherwise i get the Nothing is Known error This takes a long time, so I rather not have to generate the docs every time I start a terminal session.

Is there anything I can do to permanently have the docs available?

There are definitely similar questions to this -- but I don't have a problem with generating the docs, or using them, just keeping them installed.

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

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

发布评论

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

评论(2

毁梦 2024-12-31 20:04:02

这就是我在 Ubuntu 机器上安装 ri 文档的方法(我没有使用 RVM):

gem install rdoc rdoc-data
rdoc-data --install

This is what I did to install ri docs on my Ubuntu box (I'm not using RVM):

gem install rdoc rdoc-data
rdoc-data --install
伴随着你 2024-12-31 20:04:02

在 ubuntu 中:sudo apt-get install ri1.9.1

In ubuntu: sudo apt-get install ri1.9.1

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