<div dir="ltr"><div class="gmail_quote"><div>Hi,</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Now I'm curious though:<br>
<br>
Is there any way to elegantly tell Linux which version of texlive to use?<br>
<br>
I know that some folks out there have multiple versions running. Like<br>
one for each release or stuff like that.<br>
<br>
There has to be a better way then to just update your environment<br>
variables every time....<br></blockquote><div><br></div><div>Yes there is another way, which I think is more elegant: in /usr/local/texlive you create a symlink named, e.g. "current", pointing to the year you want to use; also, to be on the safe side, you  rename your "texmf-local" folder to something corresponding to the texlive year, e.g. "texlive-local-2021", and make "texmf-local" a symlink to that folder. Then you put the "current" folder in your path.</div><div><br></div><div>Now, when you want to switch to another year, you just change the symlinks to point to the other [year] and texmf-local-[year] folders respectively. There is no need to change your path anymore and the switch is instant!</div></div></div>