From 2ffe9aadea05fad06aa76e8e4e2b7a2d5cce662d Mon Sep 17 00:00:00 2001 From: decoded Date: Mon, 1 May 2023 13:00:46 -0500 Subject: [PATCH] update_v3 --- install.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 505389a..e2f18bc 100644 --- a/install.sh +++ b/install.sh @@ -160,7 +160,7 @@ function prereq () { ############################################################################################################# ############################################################################################################# - python3 -m venv venv > /dev/null 2>&1 + python3.9 -m venv venv > /dev/null 2>&1 ############################################################################################################# ############################################################################################################# @@ -176,7 +176,9 @@ function prereq () { ##################################################################################################### msg "!$BRK!" - echo -e "alias p='$PWD/venv/bin/python3'\nalias python=p\nalias python3=p" >> venv/bin/activate + echo -e "alias p='$PWD/venv/bin/python3.9'" >> venv/bin/activate + echo -e "alias python='$PWD/venv/bin/python3.9'" >> venv/bin/activate + echo -e "alias python3='$PWD/venv/bin/python3.9'" >> venv/bin/activate ##################################################################################################### ##################################################################################################### @@ -256,7 +258,7 @@ function install () { ################################################################################################################# ################################################################################################################# - python3 -m pip install --upgrade --force-reinstall pip|grep Successfully > /dev/null 2>&1 + python3.9 -m pip install --upgrade --force-reinstall pip|grep Successfully > /dev/null 2>&1 ################################################################################################################## ################################################################################################################## @@ -304,7 +306,7 @@ function runtime () { ################################################################################################################# ################################################################################################################# - python3 maple_localized.py + python3.9 maple_localized.py ################################################################################################################# #################################################################################################################