2
Щоб встановити ImageMagick Brew та виправити її Symlink
Припустимо, ви встановили Imagemagick користувачем brew install imagemagick але це не потрапляє у вашу ПАТУ. Наприклад, я бігаю невдало compare оскільки ImageMagick не в PATH: -bash: compare: command not found. Команда ls -l /usr/local/bin/compareдає ls: /usr/local/bin/compare: No such file or directory Мій .bash_profile if [ -f ~/.bashrc ]; then source …