TOC PREV NEXT INDEX

 


Running the TclPro Interpreters on Unix


To simplify running protclsh83 and prowish83 on Unix systems:

  1. Add the TclPro bin directory to your PATH environment variable.
    This is a platform-specific directory in the install area of TclPro where all the executables are kept. It is solaris-sparc/bin for Solaris, linux-ix86/bin for Linux, hpux-parisc/bin for HP-UX, and irix-mips/bin for IRIX. For example, if TclPro was installed in /opt/TclPro, you should add /opt/TclPro/solaris-sparc/bin to the PATH environment variable on Solaris platforms.
  2. If your scripts start with the following lines, they will be processed by protclsh83 automatically:

    #!/bin/sh
    # the next line restarts using protclsh83 \
    exec protclsh83 "$0" "$@"

You can modify this line to include prowish83 or the interpreter of your choice. See the manual pages for protclsh83 or prowish83 for more information.




http://www.ajubasolutions.com
Voice: (650) 210-0100
Fax: (650) 210-0101
support@ajubasolutions.com
TOC PREV NEXT INDEX