I am trying to run a Python program using PHP. Here\'s the code
$command = \'/usr/local/bin/python script.py file\'; $temp = exec($command, $output);
Few checkpoints
/home/abhinav/script.py
chmod +x script.py