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. _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
