Jump to content
Read the Funtoo Newsletter: Summer 2023 ×
  • 0

TextLive2019 PATH Issue


synteejol

Question

Hi, I've installed Textlive2019 following these instrunctions: https://www.tug.org/texlive/quickinstall.html

I add to my .bashrc file these lines:
 

PATH=$PATH:/usr/local/texlive/2019/bin/x86_64-linux
export PATH
MANPATH=$MANPATH:/usr/local/texlive/2019/texmf/doc/man
export MANPATH
INFOPATH=$INFOPATH:/usr/local/texlive/2019/texmf/doc/info
export INFOPATH

If I run kile from terminal it works fine, If I run it from applications menu it couldn't load texlive.  I also add the path in /etc/profile. How can I set path in a correct manner?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Anyway I solved the problem adding following lines to /etc/profile:

TEXMFDIST="/usr/local/texlive/2019/texmf-dist"
export TEXMFDIST
PATH=$PATH:/usr/local/texlive/2019/bin/x86_64-linux
export PATH
MANPATH=$MANPATH:/usr/local/texlive/2019/texmf/doc/man
export MANPATH
INFOPATH=$INFOPATH:/usr/local/texlive/2019/texmf/doc/info
export INFOPATH

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...