[OS X TeX] Command line question

François Chaplais francois.chaplais at mines-paristech.fr
Tue Sep 1 08:57:50 CEST 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

----------- Please Consult the Following Before Posting -----------
TeX FAQ: http://www.tex.ac.uk/faq
List Reminders and Etiquette: http://email.esm.psu.edu/mac-tex/
List Archive: http://tug.org/pipermail/macostex-archives/
TeX on Mac OS X Website: http://mactex-wiki.tug.org/
List Info: http://email.esm.psu.edu/mailman/listinfo/macosx-tex



More information about the macostex-archives mailing list