From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/4184 Path: main.gmane.org!not-for-mail From: Marc van Dongen Newsgroups: gmane.comp.tex.context Subject: Re: metapost not invoked? mpgraph.1 not created Date: Wed, 21 Feb 2001 12:51:41 +0000 Sender: owner-ntg-context@let.uu.nl Message-ID: <20010221125141.B16050@cs.ucc.ie> References: <3.0.6.32.20010220125344.01cc87b0@server-1> <20010220155806.B15049@cs.ucc.ie> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035394872 23620 80.91.224.250 (23 Oct 2002 17:41:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:41:12 +0000 (UTC) Cc: Hans Hagen , Patrick Gundlach , ConTeXt Original-To: Ed L Cashin In-Reply-To: ; from ecashin@coe.uga.edu on Tue, Feb 20, 2001 at 04:22:47PM -0500 Xref: main.gmane.org gmane.comp.tex.context:4184 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:4184 Ed L Cashin (ecashin@coe.uga.edu) wrote: : > it may well be that because it is not exported its value may be : > /usr/local/bin : : Usually some system-wide resource configuration ("rc") file has : already exported the $PATH shell variable. (It doesn't hurt to export : it again, though.) The point is, if people add things to the path *after* it is exported or add thing to the path as part of a shell-script, these additions will not be made known to subshells. You *have* to export it again. Regards, Marc