Paperclip提示command is not recognized by the
程序员文章站
2022-05-26 20:43:20
...
用Paperclip来裁减图片,会提示如下错误:
/tmp/stream20100103-13830-ywmerx-0 is not recognized by the 'identify' command
解决办法,在config\initializers目录下建立一个custom_requires.rb文件,在里面加入如下语句来指定ImageMagick的安装位置
Paperclip.options[:command_path] = "xxx/xxxx/xxx"
如果不知道ImageMagick安装到什么地方,就输入
$ type identify
来查看。
在windows下,如果安装到D:/Program Files/ImageMagick-6.5.6-Q8,那么需要这么来写指定的路径:
Paperclip.options[:command_path] = 'D:/PROGRA~1/ImageMagick-6.5.6-Q8'
目录中不能有空格!!~
已有 0 人发表留言,猛击->>这里<<-参与讨论
JavaEye推荐
转载于:https://my.oschina.net/doraemon/blog/12300
上一篇: MarkDown操作
推荐阅读
-
ubuntu下安装vue/cli提示No command 'vue' found
-
解决Python源码编译时提示:ModuleNotFoundError: No module named ‘distutils.command‘
-
linux下提示bash:command not found
-
消除Warning: Using a password on the command line interface can be insecure的提示
-
覆盖原先的PATH导致命令失效提示command not found的解决方法
-
mac安装appium时执行appium-doctor命令提示command not found: appium-doctor
-
ubuntu系统,使用pip安装插件,提示找不到命令Command pip not found
-
macOS安装openViPN终端提示bash: brew: command not found
-
scp传输提示bash: scp: command not found
-
mac打不开磁盘映像dmg提示image not recognized怎么办?