Icon

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

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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.


  • No labels