[bug] snap post install: add support to python2
Some old systems doesn't have python3 installed by default. Let's keep support for both python3 and python2 in our post installation script.
subprocess.run
doesn't exist on python2.
- Resolves: #53 (closed)