Created
December 19, 2012 11:49
-
-
Save anonymous/4336148 to your computer and use it in GitHub Desktop.
How to downgrade imagemagick with brew if you have issues with rmagick gem
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
brew uninstall imagemagick | |
cd /usr/local/Cellar | |
git checkout 834ce4a /usr/local/Library/Formula/imagemagick.rb | |
brew install imagemagick |
It's a git repository, simply reset it:
cd /usr/local/Cellar
git reset --hard
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Newbie here. How do I undo this. Now cant even reinstall imagemagick!
curl: (22) The requested URL returned error: 404
Warning: Bottle installation failed: building from source.
Error: /usr/local/opt/pkg-config not present or broken
Please reinstall pkg-config. Sorry :(