From 648a5f04f1f1f51a4b619da7d251b1b36ce52628 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Fri, 5 Jun 2020 16:59:46 +0100 Subject: [PATCH] Use python3 for setup.py Enable ./setup.py when python is Python 2. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 53dc947e..b3788a04 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify