From 2cb47fdd5cee84562dafb055ccb8b42e5b7af3f3 Mon Sep 17 00:00:00 2001 From: Yurii Kolesnykov Date: Mon, 24 Sep 2018 16:06:57 +0300 Subject: [PATCH] don't hardcode python3 path --- setup.py | 2 +- tests/check_prefixes.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c551abe30..64694d357 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 import os import sys from setuptools import setup diff --git a/tests/check_prefixes.py b/tests/check_prefixes.py index e6a5acbb0..268be9f6e 100755 --- a/tests/check_prefixes.py +++ b/tests/check_prefixes.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 import os import sys import subprocess