Jump to content
Forums in Read-Only Mode - Please use Reddit ×
  • 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 New...