From ed10159ca5846f6c5e10e0bd6335a79b22c5e783 Mon Sep 17 00:00:00 2001 From: a1346054 <36859588+a1346054@users.noreply.github.com> Date: Sat, 21 Aug 2021 19:53:17 +0000 Subject: [PATCH] invoke python through /usr/bin/env This allows use in virtualenvs, as well as on distros where /usr/bin/python does not exist --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7a1b47d..6033f49 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*- coding: iso-8859-1 -*- # Copyright (C) 2010-2016 Bastian Kleineidam #