Skip to content

Instantly share code, notes, and snippets.

@hexfusion
hexfusion / gist:9141943
Created February 21, 2014 19:43
install (Image::Magick) on a custom Perl installed via plenv
# thanks to
# http://darkpan.com/files/plenv-imagemagick.txt
# for original info.
Installing ImageMagick (Image::Magick) on a custom Perl installed via plenv
- 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