Changed the interpreter directive in util/generate_amalgamation.py from #!/usr/bin/env python to #!/usr/bin/env python3 to ensure the script runs with Python 3 explicitly rather than the system default Python.
Changed the interpreter directive in util/generate_amalgamation.py from #!/usr/bin/env python to #!/usr/bin/env python3 to ensure the script runs with Python 3 explicitly rather than the system default Python.