mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-03 20:53:54 +01:00
Fix use python3 instead of python2 to run hello.py
This commit is contained in:
parent
9b32fc67ac
commit
9899ccc984
@ -93,7 +93,7 @@ function qp()
|
|||||||
|
|
||||||
"prompt")
|
"prompt")
|
||||||
shift
|
shift
|
||||||
python2 $QP_ROOT/scripts/hello.py
|
python3 $QP_ROOT/scripts/hello.py
|
||||||
function _check_ezfio() {
|
function _check_ezfio() {
|
||||||
if [[ -d ${EZFIO_FILE} ]] ; then
|
if [[ -d ${EZFIO_FILE} ]] ; then
|
||||||
printf "\e[0;32m|${EZFIO_FILE}>\e[m"
|
printf "\e[0;32m|${EZFIO_FILE}>\e[m"
|
||||||
|
Loading…
Reference in New Issue
Block a user