Closed jelmer closed 2 years ago
Hmmm shouldn't python
be Python 3 on modern systems?
Can we be sure that a python3
executable exists?
All python 3 installations provide a python3 binary - but on e.g. the last release of Debian python often still points at python2.
This PR is motivated by the fact that I keep invoking bin/klaus on my Debian Sid machine and having it fail because newer versions of dulwich are python3 only.
Thanks!
Default to running Klaus in Python3.