There is no header in exporter.py telling which interpreter to use, and the file is not an executable.
Fixing this will not affect current instructions and running python exporter.py will work as before. Adding this will make it unnecessary, though, and ./exporter will be sufficient.
There is no header in exporter.py telling which interpreter to use, and the file is not an executable. Fixing this will not affect current instructions and running
python exporter.py
will work as before. Adding this will make it unnecessary, though, and./exporter
will be sufficient.