[texhax] texlive2007 in Ubuntu

Axel E. Retif axretif at igo.com.mx
Fri May 4 16:02:24 CEST 2007


On  4 May, 2007, at 08:53, Reinhard Kotucha wrote:

>>>>>> "TEDY" == TEDY  <tedytirtawidjaja at gmail.com> writes:
>
>> PATH=/home/tedy/texlive/2007/bin/i386-linux:$PATH;
>> export PATH
>
> This is correct, but ~/.bash_profile is only executed if the shell is
> a login shell.  It's better to put it into ~/.bashrc.

And your .bash_profile is reading your .bashrc anyway:

> # include .bashrc if it exists
> if [ -f ~/.bashrc ]; then
>     . ~/.bashrc

so it should work with login shells and non-login shells.

You should logout and log back in for it to work.

Best,

Axel



More information about the texhax mailing list