I used this method to install TeX Live: How to install "vanilla" TeXLive on Debian or Ubuntu?
It is recommended in that post to edit /etc/environment. But another post recommends editing ~/.bashrc. The latter was what I did and add these lines:
PATH=/usr/local/texlive/2015/bin/x86_64-linux:$PATH
But when I want to use pdflatex Fedora22 doesn't find it... What can i do?
~/.bashrcfile? That is, did you log out/log in, restart, or typesource ~/.bashrcat the command line? (any of those options should work) – darthbith Jul 27 '15 at 12:04which pdflatexreturns? – cacamailg Jul 27 '15 at 12:54echo $PATH? – Martin Schröder Jul 28 '15 at 21:07export PATH="/usr/local/texlive/2015/bin/x86_64-linux:$PATH". – cfr Jul 28 '15 at 23:12/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:/home/zorn/.local/bin:/home/zorn/bin? – cfr Jul 28 '15 at 23:14