Merge pull request #4097 from RosettaCommons/roccomoretti/fix_python2_mac
Fix integration test on Mac w/r/t Python2
Recent changes to integration.py assumed python2 could be found. This doesn't hold on the test server Macs.
Change things to fall back to plain python if python2 can't be found (assuming that plain python will be python2).