I'm writing a script at work that automatically installs a number of applications on Centos. Some apps are available through yum but some aren't, so I'm installing them using easy_install. One of the ...