From e67549ef260e80b62fa318af61b43b7ca4886937 Mon Sep 17 00:00:00 2001 From: Simon Wright Date: Sat, 3 Apr 2021 11:09:24 +0100 Subject: [PATCH] Ensure python3 used for python3/ * python3/setup.py: call up python3 in the shebang line. --- python3/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3/setup.py b/python3/setup.py index 50f0b2f1..c555d182 100755 --- a/python3/setup.py +++ b/python3/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import logging import sys import re