I'm trying to run duplicity on macos and I'm getting this error:
env: python2: No such file or directory
IMHO there is a link missing between python2 and python2.7 but I'm not sure
Is it safe to create a link from /usr/bin/python2 to /usr/bin/python for fixing this? Or would it be better to change duplicity to use /usr/bin/python?