dftatom icon indicating copy to clipboard operation
dftatom copied to clipboard

fix python3 interpreter name for systems having both python and python3

Open rc opened this issue 3 months ago • 4 comments

This PR assumes we do not need python2 support anymore (is it the case?). On my system 'python' is python2, so this PR fixes the build system to use the correct 'python3' executable name.

rc avatar Nov 19 '25 12:11 rc