Hi Sven,
You are very up-to-date with the latest changes, and that's great! And you are right, that specific error is due to the missing shebang statement.
This is due to the changes we committed yesterday (
https://github.com/insarlab/MintPy/pull/828). Thanks to Antonio Valentino from ESA, we now have a new sub-module in mintpy (
mintpy.cli) specifically handling the command line interface (CLI). The benefit is that CLI is much much faster, which I think you will like a lot.
But your mintpy code, after updating to the latest version, needs to be re-installed, either via
pip install -e ./MintPy, or via path setup using
export PATH=${PATH}:${MINTPY_HOME}/mintpy/cli instead of
export PATH=${PATH}:${MINTPY_HOME}/mintpy. The installation guideline (
https://github.com/insarlab/MintPy/blob/main/docs/installation.md) has been updated for this.
Let me know if you have any issues.
Cheers,
Yunjun