Update ezfio.sh

This commit is contained in:
Anthony Scemama 2018-05-02 19:44:35 +02:00 committed by GitHub
parent be34e7a089
commit 75d7232b6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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