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
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.
Offline
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...
I have never bought on ebay, the macbook I do not like, I do not need facebook or myspace or secondlife
I am not a nerd or lamer or troll or geek or hacker or cracker
and I have never voted to elect berlusconi
Offline
type "whereis texconfig-sys" in terminal ,then you can find the absolute path
Offline
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
I have never bought on ebay, the macbook I do not like, I do not need facebook or myspace or secondlife
I am not a nerd or lamer or troll or geek or hacker or cracker
and I have never voted to elect berlusconi
Offline
well,then you can add the "/opt/texlive/bin" to your $PATH variable
type this:
export $PATH=$PATH:/opt/texlive/bin
Offline
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.
---for there is nothing either good or bad, but only thinking makes it so....
Hamlet, W Shakespeare
Offline
Afaik, you should issue 'source /etc/profile'.
Offline
I forgot to thank ... thanks!
I have never bought on ebay, the macbook I do not like, I do not need facebook or myspace or secondlife
I am not a nerd or lamer or troll or geek or hacker or cracker
and I have never voted to elect berlusconi
Offline