使用 ri 数组时,一无所知……Ruby
我有 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这就是我在 Ubuntu 机器上安装 ri 文档的方法(我没有使用 RVM):
This is what I did to install ri docs on my Ubuntu box (I'm not using RVM):
在 ubuntu 中:
sudo apt-get install ri1.9.1
In ubuntu:
sudo apt-get install ri1.9.1