At 10:03 p -0700 07/10/2011, Jeremy Huddleston didst inscribe upon an electronic papyrus:

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.

Hmm... looks like tcsh is confused. The one installed by MacPorts does come first:

#10:20pm# /opt/local/var/macports> echo $path
/opt/local/bin /opt/local/sbin /Users/boo/bin/powerpc-apple-darwin /Users/boo/bin /usr/local/bin
/usr/bin /bin /usr/local/sbin /usr/sbin /sbin /Developer/Tools /sw/bin

I thought I could avoid having to restart Terminal.app by setting the path within my session, but I guess it just doesn't register. Thanks! I'm calling /opt/local/bin/convert explicitly for now.

Thanks so much!
_______________________________________________
macports-users mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Reply via email to