> Here is my $PATH:
> 
> jaspersmbp:~ jasper$ echo $PATH
> /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin

Looks like installing XQuartz clobbered your PATH--possibly other things in 
your bash dot files.

Append to whichever dot file you prefer and know is being used (I personally 
use .profile, and you can read the bash man pages to figure out what's 
appropriate for your setup):
export PATH=/opt/local/bin:/opt/local/sbin:$PATH

Attachment: smime.p7s
Description: S/MIME cryptographic signature

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

Reply via email to