我已经安装了gnuplot使用...
jruby -S gem install gnuplot但当我尝试使用以下命令运行它时,收到"RuntimeError: gnuplot executable not found on path“。
require 'gnuplot'如果我改了所以我说...
require 'C:\jruby-1.7.0.preview1\lib\ruby\gems\shared\gems\gnuplot-2.5.0\lib\gnuplot'我仍然得到相同的错误。有什么建议吗?当我更改require命令以引用exe时,它会给出一个LoadError。因此,我假设我应该以其他方式设置到exe的路径。我已经单独安装了gnuplot。
在哪里/如何正确设置路径?
发布于 2012-07-13 05:09:57
查阅安装日志或使用" find“来找出它的安装位置。
https://stackoverflow.com/questions/11447500
复制相似问题