prompt> export CONDOR_CONFIG=<path_to_condor>/etc/condor_config
    #
    # Ensure Condor programs can find the Condor 
    # configuration!
prompt> export PATH=$PATH:/<path_to_condor_exes>/bin
    #
    # Add the Condor programs to your PATH (e.g., condor_submit, 
    # condor_q...)
    source /opt/condor-7.4.2/condor.sh
    
prompt> condor_submit my_job.cond_sub
prompt> condor_q
    #
    # condor_q -global