[OS X TeX] Command line question
François Chaplais
francois.chaplais at mines-paristech.fr
Tue Sep 1 02:57:50 EDT 2009
Le 1 sept. 09 à 03:37, Herbert Schulz a écrit :
>
> Howdy,
>
> The shell you are running is not a login shell and therefore doesn't
> pick up the $PATH set by the system. You'll have to set the PATH
> variable via
>
> export $PATH=/usr/texbin:$PATH
>
> so that the shell can find the TeX binaries. If, in addition you
> want to find Ghostscript you should use
>
> export $PATH=/usr/texbin:/usr/local/bin:$PATH
>
> so that gs (Ghostscript) is also found.
>
> Good Luck,
>
> Herb Schulz
> (herbs at wideopenwest dot com)
>
thanks for the meaningful and helpful answer. Since revolution allows
manipulation of shell environment variables,
adding the revolution code line
put "/usr/texbin:" & $PATH into $PATH
where & is the concatenation operator, made the pdflatex command usable.
Thanks again for the good help.
François
More information about the MacOSX-TeX
mailing list