I had a non-rvm app going and decided to move to RVM. Now I'm noticing paperclip failing as ImageMagick isn't available.
[paperclip] An error was received while processing: #<Paperclip::CommandNotFoundError: Could not run the `identify` command. Please install ImageMagick.>
What's the right way to get ImageMagick installed on RVM?
It will install ImageMagick and imagick PHP extension module 'imagick.so' under /usr/lib/php/modules directory.
It runs on Linux, Windows, Mac Os X, iOS, Android OS, and others. The authoritative ImageMagick version 6 web site is https://legacy.imagemagick.org. The authoritative source code repository is https://github.com/ImageMagick/ImageMagick6. Find the latest release of ImageMagick, version 7, at https://imagemagick.org.
On OS X if you have brew installed, you can simply use the following command:
brew install imagemagick
ImageMagick isn't a gem, it's a normal packet. On debian, the package name is imagemagick
. You can install it via apt-get install imagemagick
as root.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With