From d2fafbdd9e9cf1a5e1a05a254f22c5512b82cb69 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Tue, 27 Jun 2017 20:23:30 -0400 Subject: build: Request python2 for all directly executed python binaries Some systems point python to python3 instead of python2 - explicitly request python2 to avoid conflicts. Signed-off-by: Kevin O'Connor --- klippy/parsedump.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'klippy/parsedump.py') diff --git a/klippy/parsedump.py b/klippy/parsedump.py index 0f6c48b3..380446eb 100755 --- a/klippy/parsedump.py +++ b/klippy/parsedump.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # Script to parse a serial port data dump # # Copyright (C) 2016 Kevin O'Connor -- cgit v1.2.3-70-g09d2