texlive 2023 > WHAT DO I HAVE TO DO TO GET 2023 WORKING??
Wolfgang Engelmann
engelmann at uni-tuebingen.de
Mon Jun 19 09:14:57 UTC 2023
I checked with synaptic in my Debian 5.10179-1 (2023-05-12)
> 2020_20210202-3
and with
latex -v
> Tex Live 2022
and in /usr/local
is /texlive/2022 and /texlive/2023
I have done in my ./profile according to (1-) the (2-)
1-
Post-install: setting PATH
After the installation finishes, you must add the directory of TeX Live
binaries to your PATH—except on Windows, where the installer takes care
of this. The installer shows the exact lines that should be added. As an
example, for Bourne-compatible shells (e.g., in ~/.profile or ~/.bashrc):
PATH=/usr/local/texlive/2023/bin/x86_64-linux:$PATH
Use the initialization file and syntax for your shell, your installation
directory, and your binary platform name instead of x86_64-linux. After
editing the init file, log out and log back in.
If you have multiple TeX installations on a given machine, you need to
change the search path to switch between them—except on MacOSX.
2-
./profile
...
# if running bash
if [ -n "$BASH_VERSION" ]; then
# include .bashrc if it exists
if [ -f "$HOME/.bashrc" ]; then
. "$HOME/.bashrc"
fi
fi
# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"
fi
#$HOME/.profile PATH
PATH=/usr/local/texlive/2023/bin/x86_64-linux:$PATH;export PATH
MANPATH=/usr/local/texlive/2023/texmf-dist/doc/man:$MANPATH;export MANPATH
INFOPATH=/usr/local/texlive/2023/texmf-dist/doc/info:$INFOPATH; export
INFOPATH
WHAT DO I HAVE TO DO TO GET 2023 WORKING??
More information about the lyx-users
mailing list