Skip to content

Instantly share code, notes, and snippets.

@dnovais
Created January 11, 2019 10:56
Show Gist options
  • Save dnovais/a95b6a185471a0164bbf4a0dbd3a77e7 to your computer and use it in GitHub Desktop.
Save dnovais/a95b6a185471a0164bbf4a0dbd3a77e7 to your computer and use it in GitHub Desktop.
Fix problem with rmagick on Mac Os
  • brew unlink imagemagick
  • brew install imagemagick@6 && brew link imagemagick@6 --force
  • echo 'export PATH="/usr/local/opt/imagemagick@6/bin:$PATH"' >> ~/.bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment