Closed garyp closed 9 years ago
icsv2ledger.py fails to run on systems where /usr/bin/env python points at a Python 3.x interpreter. The shebang line should explicitly use /usr/bin/env python2.
/usr/bin/env python
/usr/bin/env python2
Thanks
icsv2ledger.py fails to run on systems where
/usr/bin/env python
points at a Python 3.x interpreter. The shebang line should explicitly use/usr/bin/env python2
.