I am using Ubuntu 12.04 and installed TeXLive 2012 via download. I did not use the packages provided by Ubuntu. Since I don't have enough space I installed TeXLive to another partition. However, LaTeX won't find my biblatex.sty now. It is there.
If I run texhash it will update the ls-R files in the standard directories but not my custom directory.
How can I tell TeXLive to look in my custom directory for files?
It does find all my binaries.
I hope you can help me out!
EDIT I still does not work from Texmaker but a simple bash script with the export as described below does the trick.
echo $PATH"? (No quotes; edit your question to add it) – egreg Nov 23 '12 at 16:43/media/sdc1/texlive/2012/bin/i386-linux:/media/sdc1/texlive/2012/bin/i386-linux:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/karsten/.rvm/bin:/media/sdc1/texlive/2012/bin/i386-linux:/home/karsten/.rvm/binIt works from shell now but not from Texmaker.
– Karsten Nov 23 '12 at 17:05