Having the Qube commands available in the path from the commandline can be useful. Here is what is needed to set this up:
- Linux (~/.cshrc/ or ~/,tcshrc): setenv QBDIR /usr/local/pfx/qubeset path = ($path $QBDIR/bin $QBDIR/sbin)
- Linux (~/.bashrc):export QBDIR=/usr/local/pfx/qubeexport PATH=$PATH:$QBDIR/bin:$QBDIR/sbin
- OSX (~/.bashrc): export QBDIR=/Applications/pfx/qubeexport PATH=$PATH:$QBDIR/bin:$QBDIR/sbin
- Windows: The .msi automatically adds the C:\Program Files\qube\bin to the PATH.