[OS X TeX] PATH in Leopard
Jerome Laurens
Jerome.Laurens at u-bourgogne.fr
Sun Dec 30 08:39:43 CET 2007
Selon Alain Matthes <alain.matthes at mac.com>:
> Hello
>
> AlterMundus:~ ego$ $PATH gives this
>
You are asking the shell to execute the contents of the PATH environment
variable as command, and bash informs you that there is no command to execute.
Instead
echo $PATH
or
printenv PATH
will only print the contents of the environement variable, I guess this is what
you wanted
More information about the macostex-archives
mailing list