Skip to content

Instantly share code, notes, and snippets.

@choyno
Created October 23, 2018 03:38
Show Gist options
  • Save choyno/b33cf66d944593e0facae575dd1f604c to your computer and use it in GitHub Desktop.
Save choyno/b33cf66d944593e0facae575dd1f604c to your computer and use it in GitHub Desktop.
RMAGICK ERROR - Mac OS Sierra
gem install rmagick -v '2.13.4' --source 'https://rubygems.org/'
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