All of a sudden started getting “Could Not Run The `Identify` Command. Please Install ImageMagick.”

前端 未结 8 1122
难免孤独
难免孤独 2021-02-02 09:01

I\'ve had ImageMagick, RMagick, & PaperClip working properly with everything setup including the config Paperclip.options[:command_path] in production.rb<

8条回答
  •  死守一世寂寞
    2021-02-02 09:16

    I had a same issue. This is what worked for me. From terminal, first:

    sudo apt-get update
    

    Then:

    sudo apt-get install imagemagick
    

提交回复
热议问题