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 $@ }