From 75d7232b6b19d4f3102103751699edfa10e64545 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Wed, 2 May 2018 19:44:35 +0200 Subject: [PATCH] Update ezfio.sh --- Bash/ezfio.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bash/ezfio.sh b/Bash/ezfio.sh index 9d36360..43d09fd 100644 --- a/Bash/ezfio.sh +++ b/Bash/ezfio.sh @@ -4,7 +4,7 @@ EZFIO_ROOT=$( cd $(dirname "${BASH_SOURCE}")/.. ; pwd -P ) function _ezfio_py() { - python ${EZFIO_ROOT}/Python/ezfio.py $@ + python2 ${EZFIO_ROOT}/Python/ezfio.py $@ }