Installed ImageMagick 6.7.1, but it's only 5.5.6
Jeremy Huddleston
jeremyhu at macports.org
Sun Jul 10 22:03:34 PDT 2011
On Jul 10, 2011, at 9:57 PM, Walter Ian Kaye wrote:
> I installed ImageMagick (snippets below). MacPorts claims it is 6.7.1, but when I look at the 'convert' command it is stuck at the same 5.5.6 that was already on my system.
...
> #5:49pm# /opt/local/var/macports> which convert
> /Users/boo/bin/convert
You're using the one in $HOME/bin because it appears in $PATH before the one installed by MacPorts. Get rid of the old one, put MacPorts ahead of $HOME/bin in $PATH, or run the MacPors one explicitly.
More information about the macports-users
mailing list