Icon

This is the documentation for an older version of Qube. The latest version of the documentation can be found here: Qube

Versions Compared

Key

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

...

  • Linux (~/.cshrc/ or ~/,tcshrc):
          1. setenv QBDIR /usr/local/pfx/
    qubeset
          1. qube
          2. set path = ($path $QBDIR/bin $QBDIR/sbin)
  • Linux (~/.bashrc):
          1. export QBDIR=/usr/local/pfx/
    qubeexport
          1. qube
          2. export PATH=$PATH:$QBDIR/bin:$QBDIR/sbin
  • OSX (~/.bashrc):
          1. export QBDIR=/Applications/pfx/
    qubeexport
          1. qube
          2. export PATH=$PATH:$QBDIR/bin:$QBDIR/sbin

  • Windows:   The .msi automatically adds the C:\Program Files\qube\bin to the PATH.