Fix use python3 instead of python2 to run hello.py

This commit is contained in:
mveril 2021-04-22 17:14:59 +02:00
parent 9b32fc67ac
commit 9899ccc984
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ function qp()
"prompt")
shift
python2 $QP_ROOT/scripts/hello.py
python3 $QP_ROOT/scripts/hello.py
function _check_ezfio() {
if [[ -d ${EZFIO_FILE} ]] ; then
printf "\e[0;32m|${EZFIO_FILE}>\e[m"