10
0
mirror of https://gitlab.com/scemama/EZFIO.git synced 2024-06-02 11:25:20 +02:00

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

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