From 9d89c09dfe49aba4c68b6911600715add419babd Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Tue, 27 Feb 2018 23:58:32 -0600 Subject: 2018-02-27 23:58 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 7640327..f0e9ce8 100755 --- a/build.sh +++ b/build.sh @@ -12,7 +12,7 @@ function printLine { function printThenPython { printColor "python $*" - python "$*" + python3 "$*" } if [[ $# -eq 0 ]] ; then -- cgit v1.2.3