WIP: FindPython: Invoke Python scripts via Python executable
Building against a Python installation with a long file path would fail on linux because the path length in the shebang line was too long. Address this by invoking the Python executable and passing the script name as the script to execute.
Edited by Cory Quammen