How can I fix paperclip error ?

When you use paperclip gem, if you are getting like this bug

1
Photo could not run the identify command. Please install ImageMagick.

You can fix this bug with

1
sudo apt-get autoremove

or you can make

1
sudo apt-get install imagemagick.

I suggest the second command, because if youcan make autoremove you can get error again.

That’ s all.

Comments