How to install ImageMagick for use with RVM
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.