I downloaded and installed Tex Live 2015. Under /usr/local/texlive/2015. I updated also my path as follows:
PATH="/usr/local/texlive/2015/bin/x68_64-linux:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
However when I run tex --version the following is displayed:
TeX 3.1415926 (TeX Live 2013/Debian)
How i can make it read my new installation?
This is some debug info:
$ kpsewhich plain.tex
/usr/share/texlive/texmf-dist/tex/plain/base/plain.tex
$ echo $PATH
/usr/local/texlive/2015/bin/x68_64-linux:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
which tex does not list anything.
PATH? If you edited.profile, etc., did you re-login or source the changes? – muru Dec 27 '15 at 18:37.bashrc, did you open a new terminal, or run. .bashrcorsource .bashrc? – muru Dec 27 '15 at 18:43PATH="/usr/local/texlive/2015/bin/x68_64-linux:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"– curious Dec 27 '15 at 18:51/usr/local/texlive/2015/bin/x68_64-linux:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games– curious Dec 27 '15 at 19:19which tex,kpsewhich plain.texto your question, please. – Rmano Dec 27 '15 at 19:28kpsewhich plain.texshows that yourtexinstallation still points to the old one. Are you sure you have installed the new TeXLive in/usr/localand not in another place? What do you see if you do als /usr/local/texlive/2015/bin/x68_64-linux? (and please, addwhich texalso to the question). Read also all of http://tex.stackexchange.com/a/95373/38080, maybe there is some good hint there. – Rmano Dec 27 '15 at 19:36