dftatom
dftatom copied to clipboard
fix python3 interpreter name for systems having both python and python3
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.