Re: TeXLive and dist-upgrades of Debian Stable
Karl Berry <[email protected]>
| Newsgroups | gmane.comp.tex.live |
|---|---|
| Message-ID | <[email protected]> |
> ~$ tex --version
TeX 3.141592653 (TeX Live 2025)
Ok, that is definitely the native TL installation, not Debian.
I've posted my ~/.profile in https://pastebin.com/zQgPHN5f
That looks fine. The question, though, is what the PATH is in the shell
where you're getting the Debian TeX, since that can't have
/usr/local/texlive/2025/bin/x86_64-linux first, despite the .profile setting.
Probably because your .profile was not sourced in the shell. Hence the
question about what
echo $PATH
outputs, and the pointers to how bash init files work ... --best, karl.