sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #37457
Re: [Question #289543]: Mac: ImageMagick: convert command not found with run()
Question #289543 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/289543
Status: Open => Answered
RaiMan proposed the following answer:
If convert works from Terminal, then it must be in /opt/local/bin
Looks like MacPorts has corrupted your PATH settings, at least how they are setup in a Terminal session.
So you first have to repair this somehow.
You have to track down all the .XXX command files, that are candidates to setup the PATH, beginning in your home folder:
ls -al
will show you these files. look for .bash... and stuff that might have to do with MacPorts.
the next is to check the system related locations
(consult the net: e.g.
http://www.cyberciti.biz/faq/appleosx-bash-unix-change-set-path-environment-variable/)
I recommend to use Homebrew to get additional stuff on your Mac. instead of MacPorts.
(google: switch from macports to homebrew)
e.g. https://bitboxer.de/2010/06/03/moving-from-macports-to-homebrew/
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.