I\'m trying to run a Python script from PHP using the following command:
exec(\'/usr/bin/python2.7 /srv/http/assets/py/switch.py arg1 arg2\');
H
Inspired by Alejandro Quiroz:
Need to add Python, and don't need the path.