On Thu, 28 Mar 2024, Tobias Hilbricht wrote:

check if biber is found, at the command line like this:
$ which biberĀ 
$ /home/tobias/.local/bin/biber
If it is not installed, install, e. g.
$ tlmgr install biber
If it is installed but not found you have to place it in $PATH:
$ echo $PATH
shows possible folders.

Tobias,

`which' doesn't find it, but find did, in my path:
$ echo $PATH
/home/rshepard/bin:/usr/local/bin:/usr/local/texlive/2023/bin/x86_64-linux:/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib64/libexec/kf5:/usr/lib64/qt5/bin

It's in the third entry because in ~/.bash_profile I specified
TEXLIVEPATH=/usr/local/texlive/2024/bin/x86_64-linux:$PATH

Wonder why lyx isn't finding it.

Thanks,

Rich

--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users

Reply via email to