|
|
Install以后, 说明要求设置PATH
我不知道该在哪里设置,求助,谢谢!
The syntax for setting the environment variables, and the initialization file to put them in, depends on the shell you use. If you use a Bourne-compatible shell (sh, bash, ksh, et al.), put the following into your $HOME/.profile file:
PATH=/mnt/cdrom/bin/archname PATH; export PATH
VARTEXMF=/usr/local/texmf-local/texmf-var; export VARTEXMF |
|