From 1b81b320c59a01b42fb301dcc4dec194614baa4f Mon Sep 17 00:00:00 2001 From: Chris Dzombak Date: Sat, 28 Jan 2017 19:47:08 -0500 Subject: [PATCH] fix: setup.py uses env to find python3 interpreter --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 92de640..523a3d5 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # Part of mlat-client - an ADS-B multilateration client. # Copyright 2015, Oliver Jowett