Closed edigiacomo closed 6 years ago
I would like to, but currently the python executable is picked by the AM_PATH_PYTHON autoconf macro.
The macro is in m4/python.m4
, and the last version I found still uses 'python'.
I'd say that the proper fix to this is to get rid of python2 support, as soon as dballe bug #127 can be closed.
Commit 16bc0244 fixed this issue: src/wrep-importtable
was the only installed Python script affected by this problem.
From https://fedoraproject.org/wiki/Packaging:Python#Multiple_Python_Runtimes: