Hello everyone!
I was trying to run the createst.py script and I got this error message:
../suricata-verify/createst.py: /bin/python: bad interpreter: No such file or directory
By changing the interpreter on the first line “! /bin/python
” to “! /usr/bin/env python3
” I can run the script without problems. Is this correct or is it outdated? I ask because the other Suricata-Verify python scripts have “! /usr/bin/env python3
” as the interpreter…
(The message in this image says:
bash: ../suricata-verify/createst.py: /bin/python: bad interpreter: No such file or directory
)