Google-Sketchup 中的 ruby gem
如何在 google-sketchup 中使用 ruby gems?
输入: 时
> require 'rubygems'
每当我尝试在 ruby 控制台中
Error: #<LoadError: (eval):7:in `require': no such file to load -- rubygems>
,我都会收到以下信息: 编辑
我在 OSX 上。
How do I use ruby gems in google-sketchup?
Whenever I try typing:
> require 'rubygems'
into the ruby console, I get the following:
Error: #<LoadError: (eval):7:in `require': no such file to load -- rubygems>
EDIT
I am on OSX.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
抱歉,这不是答案,我只是想我可以提供更多信息...(我还没有足够的代表点来发表评论)
在 SketchUp Ruby 控制台中输入 RUBY_VERSION 返回 1.8.5?
我的 mac 上有几个 ruby 版本,但肯定不是 1.8.5。
使用sketchup 8.0.4810
sorry this is not an answer, i just thought i could shed some more light... (i dont have enough rep points to comment yet)
typing RUBY_VERSION in the SketchUp Ruby Console returns 1.8.5?
i have several ruby versions on my mac but certainly not 1.8.5.
using sketchup 8.0.4810
需要 ruby1.8.6,并在 require rubygems 之前添加一些路径到 $LOAD_PATH:
编辑 C:\Ruby186\lib\ruby\site_ruby\1.8\rubygems.rb 删除第 12 行
need ruby1.8.6, and add some paths to $LOAD_PATH before require rubygems:
edit C:\Ruby186\lib\ruby\site_ruby\1.8\rubygems.rb remove line 12