1: Tell the new download system about the new binaries.
 *:: All of the programs listed here take --help options, and the are all discussed to some extent in /p/condor/downloads/doc/operation.txt .
-*:: These tools require Python version 2.5. The /s/std/bin/python on Centos 4.5 is 2.4.1, and these scripts won't run with it. If that's the case, add /s/python-2.5/bin/ to the front of your PATH. You can detect the version of the python that you're running by:
+*:: These tools require Python version 2.5. The /usr/bin/python on RHEL5 2.4.3, and these scripts won't run with it. If that's the case, add /s/python-2.5/bin/ to the front of your PATH. It is not enough to call the script with /s/python-2.5/bin/python in front of it.  You can detect the version of the python that you're running by:
 {code}
 $ which python
 /s/std/bin/python