[texhax] Problem with setting the path Texlive 2010
Steve Revilak
steve at srevilak.net
Mon Feb 28 18:12:41 CET 2011
>>I also tried to edit my /home/XXX/.profile like this but nothing happened.
>>
>># set PATH to TEXLIVE
>>PATH=/usr/local/texlive/2010/bin/x86_64-linux$PATH; export PATH
>>MANPATH=/usr/local/texlive/2010/texmf/doc/man:$MANPATH; export MANPATH
>>INFOPATH=/usr/local/texlive/2010/texmf/doc/info:$INFOPATH; export INFOPATH
I believe there may be a typo in the PATH line.
Instead of "x86_64-linux$PATH", you may actually want
"x86_64-linux:$PATH". (i.e., put a colon before $PATH).
From a shell prompt, you can type "echo $PATH" to verify the PATH
setting.
I agree with the earlier poster: start by taking the editor out of the
picture. From a command line, verify whether
pdflatex --version
indicates you've got the correct TexLive distribution. If so, try
typesetting your document from the command line
pdflatex YOUR-DOCUMENT.tex
Steve
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://tug.org/pipermail/texhax/attachments/20110228/40bca7d7/attachment.bin>
More information about the texhax
mailing list