Created
October 23, 2018 03:38
-
-
Save choyno/b33cf66d944593e0facae575dd1f604c to your computer and use it in GitHub Desktop.
RMAGICK ERROR - Mac OS Sierra
This file contains hidden or 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
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