Created
June 19, 2017 13:57
-
-
Save AndreFSilveira/317938ac017f4f60751038d857540e93 to your computer and use it in GitHub Desktop.
Para corrigir o erro do imagemagick no MAC
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ brew install imagemagick@6 | |
$ echo 'export PATH="/usr/local/opt/imagemagick@6/bin:$PATH"' >> ~/.bash_profile | |
$ source ~/.bash_profile | |
$ PKG_CONFIG_PATH=/usr/local/opt/imagemagick@6/lib/pkgconfig gem install rmagick -v 2.13.4(Versão da gem que deve ser instalada) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment