0

I have already tried brew install imagemagick as well as adding the gem to my gem file on my rails app but nothing works. any ideas? I have used paperclip before but never had this issue till now.

I have also tried this solution but it doesn't work either.

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

Community
  • 1
  • 1
thatsmesofia
  • 207
  • 1
  • 3
  • 8

1 Answers1

0

I was able to fix it running brew update, then installing imagemagick and finding out the route that I am supposed to put in my production.rb file running which convert on terminal!

thatsmesofia
  • 207
  • 1
  • 3
  • 8