Adobe FrameMaker 8.0, UNX UPG, 1U, FR, CD Guía de instalación Pagina 30

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 78
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 29
CHAPTER 3
22
Setting up the user environment
If the path assignment statement is defined absolutely, you must edit the file after fmusersetup changes it. (The
path is defined absolutely if the path statement doesnt have the environment variable PATH on the right side of
the equal sign. It has pathnames instead.) To correct the file, you must move the lines that fmusersetup added so
that they occur before the path assignment statement.
To correct for an absolute path assignment:
Do one of the following (where install_dir is the name of the directory in which you installed FrameMaker):
If you use the C shell, make sure the set path line follows the setenv FMHOME line. For example:
setenv FMHOME install_dir
set path=($FMHOME/bin $path)
If you use the Bourne or Korn shell, make sure the PATH line follows the FMHOME line. For example:
FMHOME=install_dir; export FMHOME
PATH=$FMHOME/bin:$PATH; export PATH
Setting a users environment without fmusersetup
You can set FMHOME to the FrameMaker installation directory in a user’s .login or .profile file and then use
$FMHOME to represent that directory when you change the user’s path.
Vista de pagina 29
1 2 ... 25 26 27 28 29 30 31 32 33 34 35 ... 77 78

Comentarios a estos manuales

Sin comentarios