Skip to content

Instantly share code, notes, and snippets.

@taea
Last active December 11, 2015 23:59
Show Gist options
  • Select an option

  • Save taea/4680662 to your computer and use it in GitHub Desktop.

Select an option

Save taea/4680662 to your computer and use it in GitHub Desktop.
ImageMagick が新しくなったせいで RMagick が動かない問題
brew unlink imagemagick
cd /usr/local/Cellar
cd imagemagick
rm -rf [新しいバージョン]
brew versions imagemagick -> バージョン一覧見る
git checkout [戻したいバージョンを指定]
brew link imagemagick
gem install rmagick

ヾ(’ω’)ノ゙

@taea
Copy link
Copy Markdown
Author

taea commented Aug 12, 2013

rm -rf が要らないような気もしてる

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment