>
> Thanks, Jürgen
>
> My texlive 2019 is in /usr/local/texlive/2019
>
> But if I do
>
> export TEXINPUTS="$HOME/usr/local/texlive/2019"
>
This looks wrong, and setting TEXINPUTS should not be necessary.


> and tex --version
>
> I still get 2015
> TeX 3.14159265 (TeX Live 2015/Debian)
> kpathsea version 6.2.1
>
> What is wrong? I am using Linux Mint 18.3 Sylvia
>

You need to adapt your PATH:

export PATH=/usr/local/texlive/2019/bin/x86_64-linux:$PATH

to have this permanent, create a file named .profile (with the leading dot)
in your home directory (if it does not exist already) and add the above
line there. Log out and re-log in.

HTH
Jürgen


> Wolfgang
>
> Wolfgang
>

Reply via email to