I've written a script that queries various files for data. Using shell_exec(), I've been able to get perl, mysql, php, and other data. However, when I try to do a shell_exec("python -V"), I get nothing back.
I've SSH'ed into the box, Python is installed, and does respond to 'python -V'.
Any ideas as to why shell_exec() is returning an empty result?
TIA