Installing ImageMagick (Image::Magick) on a custom Perl installed via plenv
https://darkpan.com/files/plenv-imagemagick.txtより転載
- plenv
git clone git://github.com/tokuhirom/plenv.git ~/.plenv
echo 'export PATH="$HOME/.plenv/bin:$PATH"' >> ~/.bash_profile
echo 'eval "$(plenv init -)"' >> ~/.bash_profile
source ~/.bash_profile