From 9899ccc9848848f4e508926dea3cdff65a0e936a Mon Sep 17 00:00:00 2001 From: mveril Date: Thu, 22 Apr 2021 17:14:59 +0200 Subject: [PATCH] Fix use python3 instead of python2 to run hello.py --- etc/qp.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/qp.rc b/etc/qp.rc index 5b2aa9a6..7661aadf 100644 --- a/etc/qp.rc +++ b/etc/qp.rc @@ -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"