Versions Compared

    Key

    • This line was added.
    • This line was removed.
    • Formatting was changed.

    ...

    • 50001 TCP/IP and UDP
    • 50002 TCP/IP and UDP
    • 50011 TCP/IP and UDP
    • 50012 TCP/IP and UDP

    Setting Command line variables

    Having the Qube commands available in the path from the commandline can be useful. Here is what is needed to set this up:

    ...

          1. setenv QBDIR /usr/local/pfx/qube
          2. set path = ($path $QBDIR/bin $QBDIR/sbin)

    ...

          1. export QBDIR=/usr/local/pfx/qube
          2. export PATH=$PATH:$QBDIR/bin:$QBDIR/sbin

    ...

          1. export QBDIR=/Applications/pfx/qube
          2. export PATH=$PATH:$QBDIR/bin:$QBDIR/sbin

    ...