Skip to content

Instantly share code, notes, and snippets.

@AndreFSilveira
Created June 19, 2017 13:57
Show Gist options
  • Save AndreFSilveira/317938ac017f4f60751038d857540e93 to your computer and use it in GitHub Desktop.
Save AndreFSilveira/317938ac017f4f60751038d857540e93 to your computer and use it in GitHub Desktop.
Para corrigir o erro do imagemagick no MAC
$ 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