Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

askariabdurrahman
1,610 PointsCould not install ImageMagick on mac OSX El Capitan
When ever I try to install ImageMagick with homebrew it keeps showing the same error:
Error: You must brew link xz libtool
before imagemagick can be installed
When ever I run: brew link xz libtool
it says:
Linking /usr/local/Cellar/xz/5.2.2...
Error: Could not symlink .
/usr/local/opt is not writable.
1 Answer

Vlad Filiucov
10,665 Pointstry gem install image_magic
askariabdurrahman
1,610 Pointsaskariabdurrahman
1,610 PointsIt does not work for me it keeps saying: ERROR: While executing gem ... (Errno::EPERM) Operation not permitted - /usr/bin/bulk_shrink
This happens even with sudo.