From 830bd34662f69f41b510aa68ac239dd28c19bd0e Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Wed, 8 Jul 2020 14:57:14 +0200 Subject: [PATCH] pyterm: use Python3 in setup.py --- dist/tools/pyterm/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/tools/pyterm/setup.py b/dist/tools/pyterm/setup.py index f9b9825858..ebdda9e08e 100755 --- a/dist/tools/pyterm/setup.py +++ b/dist/tools/pyterm/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 try: from setuptools import setup