daylio-csv-parser
daylio-csv-parser copied to clipboard
Makefile fails on Termux: missing /bin/bash and get-pip.py
Hi,
When trying to run make csv on Termux (Android), I get:
make: /bin/bash: No such file or directory make: *** [Makefile:52: csv] Error 127
Also, trying to manually run python get-pip.py fails because the file is missing.
It seems the Makefile assumes a Linux environment with bash and additional scripts not included.
Could you update the instructions or provide an alternative method to parse the backup.daylio file to CSV?
Thanks!