Closed dmknght closed 3 years ago
python3 should work with the script as it's written to support both versions. configure.py
finds python through: #!/usr/bin/env python
It brings python2 at the moment but if the default python
becomes python3
, we should be ok.
As far as my tests show python3 works and python2 is not required. Let me know if any issues. I am closing the issue for now.
Confirm python3 works fine with the script.
It has been a year since python2 is EOL and Debian testing removed python2 on their repository. I'm wondering if EncryptPad can switch to python3 and requirements for compiling it.