1 Dec
2009
1 Dec
'09
5 p.m.
On Tue, Dec 1, 2009 at 16:32, Arthur Reutenauer wrote:
~/bin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/texbin:/usr/X11/bin
Is the "~" in your PATH a literal "~"? mtxrun might have problems with that, it's always better to use the full path to your home directory.
Hmmm ... export PATH="~/bin:/opt/local/bin:/opt/local/sbin:$PATH" I have no idea who inserted the quotation marks here (and why). If I remove the quotation marks then it works without a problem. But I have never noticed that because it has always worked when executed from bash. Thanks a lot, Mojca