lucy / tewi-font

small bitmap font
MIT License
607 stars 22 forks source link

Python 3 in shebang #31

Closed s-gilles closed 7 years ago

s-gilles commented 7 years ago

Since 2.0.1, python3 is required (and is mentioned in the README by the next commit), but the shebang in scripts/merge.py could be a bit more clear. On my system, for example, python happens to be python2, so make fails, but specifying #!/usr/bin/env python3 in merge.py fixes this.

r3lgar commented 7 years ago

@lucy

but specifying #!/usr/bin/env python3 in merge.py fixes this

change script shebangs to python2

What?

python2 is not supported by python3.5
python2 is not supported by python3.5
make: *** [Makefile:22: tewi2a-medium-11.bdf] Error 127
make: *** Waiting for unfinished jobs....
make: *** [Makefile:22: tewihm-medium-11.bdf] Error 127
python2 is not supported by python3.5
python2 is not supported by python3.5
make: *** [Makefile:22: tewii-medium-11.bdf] Error 127
make: *** [Makefile:22: tewi2a-bold-11.bdf] Error 127
python2 is not supported by python3.5
make: *** [Makefile:22: tewihm-bold-11.bdf] Error 127
python2 is not supported by python3.5
make: *** [Makefile:22: tewii-bold-11.bdf] Error 127