Hi there:<br><br><b>Context:</b><br>I am trying to setup Texlive 2010 and Kile (2.0.85) in a Debian Squeeze system.<br>Debian has repositories for Texlive 2009, but I need the 2010 version, specifically to organize my bibliography.<br>
I am working on my dissertation and I need to format all my references according to the MLA style.<br><br><b>At this moment:</b><br>1. I install texlive via <a href="http://www.tug.org/texlive/tlmgr"><tt>tlmgr</tt></a>, as a root. As normal user it was impossible.<br>
2. I built a dummy package to incorporate the local-texlive into apt. {the package manager in Debian}.<br>3. I successfully install Kile from apt. I know that because the system did not install texlive 2009 to fix dependencies. <br>
<br>The <b>problem</b> is related to setting the PATH:<br>I followed to the best of my knowledge these directions: <a href="http://www.tug.org/texlive/debian.html">http://www.tug.org/texlive/debian.html</a><br><br>But I have problems with this part:<br>
<br><tt>PATH=/usr/local/texlive/2010/bin/i386-linux:$PATH</tt>
<br><br>I ran this command as a root and normal user without success. <br><br>I also tried to edit my /home/XXX/.profile like this but nothing happened. <br><br># set PATH to TEXLIVE<br>PATH=/usr/local/texlive/2010/bin/x86_64-linux$PATH; export PATH <br>
MANPATH=/usr/local/texlive/2010/texmf/doc/man:$MANPATH; export MANPATH <br>INFOPATH=/usr/local/texlive/2010/texmf/doc/info:$INFOPATH; export INFOPATH<br><br>When I try to compile a tex-file with Kile, it appears this message: [PDFLaTeX} finished with exit code 127. Cannot open log file; did you run LaTeX?<br>
<br>Finally, thanks in advance for your help. <br><br><br><br clear="all"><br>