Today I installed TeX Studio. But it doesn't detect my texlive 2015! When I start TeX Studio, the message pops up:
there was no latex distribution found [...]
The path to my texlive 2015 is ~/.local/texlive
lualatex
in terminal results:
~/.local/texlive$ lualatex
This is LuaTeX, Version beta-0.80.0 (TeX Live 2015) (rev 5238)
restricted \write18 enabled.
I wasn't able to set up TeX Studio manually. So I'm hoping for an automatic setup when TeX Studio detects my texlive2105!
Maybe it doesn't detect it because it's in a hidden folder?
texlive-full (2015.20150625-1ubuntu1)
– A.B. Oct 23 '15 at 17:40sudo apt-get install texlive-full
– A.B. Oct 23 '15 at 17:47~/.local/texlive
, runrm -r ~/.local/texlive
. But I have no idea, without seeing the installer, what the installer has done. – A.B. Oct 23 '15 at 17:51