don't hardcode python3 path

This commit is contained in:
Yurii Kolesnykov 2018-09-24 16:06:57 +03:00 committed by Mathieu Comandon
parent 884e857160
commit 2cb47fdd5c
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
import os
import sys
from setuptools import setup

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
import os
import sys
import subprocess