From 14074894f9da2fe159621df74b521a6495a8b0d9 Mon Sep 17 00:00:00 2001 From: Chris Lee <@klee93> Date: Thu, 31 May 2018 06:53:03 +0000 Subject: [PATCH] Use python2 in configure script --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 6899f7e..7b830a3 100755 --- a/configure +++ b/configure @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.7 from __future__ import print_function