作者:
aizr1212 (asa12)
2013-03-18 23:13:49(ctrl + y 刪去不必要的行列)
環境:
rails 3.2.8
ruby 1.9.3
paperclip 3.3.1
imagemagick 6.8.0-7
ubuntu 12.04 x86_64
狀況:
我的project 的gem 安裝了 paperclip 3.3.1 , ubuntu 12.04 x86_64 也安裝了 imagemagick 6.8.0-7 , 但就是無法上傳圖片!
一直出現找不到 /usr/local/bin/identify 這個命令!
我也在paperclip.rb裡 , 加了 Paperclip.options[:command_path] = "/usr/local/bin/"
還是一樣找不到..... = =" 有沒有人知道這問題出在哪, 可以幫我解開這個問題.....