I downloaded texlive 2015 from the Tex Users Group web and successfully installed. After installation I added these lines in my .bashrc:
PATH=/usr/local/texlive/2015/bin/x68_64-linux:$PATH; export PATH
MANPATH=/usr/local/texlive/2015/texmf-dist/doc/man:$MANPATH; export MANPATH
INFOPATH=/usr/local/texlive/2015/texmf-dist/doc/info:$INFOPATH; export INFOPATH
However when I try to run it I get:
~$ latex
The program LaTeX is currently not installed. You can install it by typing:
sudo apt-get install texlive-latex-base
Same using latex --version.
This is a clean installation on a x64 Ubuntu 14.04 system. I have successfully installed latex 2013 (and previous versions) before in other machines just with ./install-tl and setting the PATH. Any idea what could be the problem?
Edit:
echo $PATH gives me:
/home/jaime/science/Ureka/variants/common/bin:/home/jaime/science/Ureka/bin:/home
/jaime/science/Ureka/python/bin:/usr/local/texlive/2015/bin/x68_64-linux:/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
echo $PATHorcommand -v latexgive? – Joseph Wright May 04 '16 at 18:26echo $PATH. No results forcommand -v latex– EternalGenin May 04 '16 at 18:54x86_64in those paths, notx68_64– Joseph Wright May 04 '16 at 19:02.bashrcthen that shell is never used and TeXmaker cannot call LaTeX, that is why is it better to recommend adding it to.profilethen it works in all cases. – daleif May 04 '16 at 19:22which latexgive any results? – daleif May 04 '16 at 19:23