Discussion forums for Arch Linux, a simple, lightweight linux distribution.
You are not logged in.
At the end of pacman -S texlive-latex3 I had this error:
/tmp/alpm_8cS4Zo/.INSTALL: line 8: texconfig-sys: command not found
What should I do to fix this? Any advice?
Offline
nDray wrote:
opt/texlive/bin/texconfig-sys
Check if you have that file, installed by texlive-bin, and that /opt/texlive/bin is part of your PATH variable.
i have this problem, help please I don't understand...
Offline
type "whereis texconfig-sys" in terminal ,then you can find the absolute path
Offline
linux_arm wrote:
type "whereis texconfig-sys" in terminal ,then you can find the absolute path
[root@eclipse ~]# whereis texconfig-sys texconfig-sys: /opt/texlive/bin/texconfig-sys
and now?
Kile write that i not have Latex and Tex installed...
Thnx
Offline
well,then you can add the "/opt/texlive/bin" to your $PATH variable
type this:
export $PATH=$PATH:/opt/texlive/bin
Offline
linux_arm wrote:
well,then you can add the "/opt/texlive/bin" to your $PATH variable
type this:
export $PATH=$PATH:/opt/texlive/bin
He means export PATH=$PATH:/opt/texlive/bin
This will only work for so long as you have that terminal open. You should add this line to your .bashrc file if you want it to be permanent.
Offline
Did you log out and log in again after installing texlive? This sets the path variables after install.
Offline
I forgot to thank ... thanks!
Offline