cooperative-computing-lab / makeflow-examples

Example workflows for the Makeflow workflow system.
32 stars 18 forks source link

Modifiy shebang in hecil to support python3 #47

Closed sghuang19 closed 2 years ago

sghuang19 commented 2 years ago

The shebangs of three files in hecil are modified to /usr/bin/python3, so that they could be run on platforms where /usr/bin/python does not point to Python interpreter (e.g. RedHat 8.)

Tested on RHEL8 Intel x86.