- Use sys.executable in Python scripts (amalgamate.py, cmake_build.py) instead of hardcoded 'python'
- Update shell scripts to prefer python3 over python with fallback
- Fix scripts/run_tests.py to detect python3 for CPython benchmarking
This fixes the issue where the amalgamation script fails on Linux systems
that only have python3 available and no 'python' symlink.