From cc6e5ffb971a1260fda9382f17880b3ee392f3d2 Mon Sep 17 00:00:00 2001 From: Donald Cheng Hong Zou Date: Sat, 25 Dec 2021 14:46:47 -0500 Subject: [PATCH] Update wgd.sh --- src/wgd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wgd.sh b/src/wgd.sh index 5eabe42..dd564fc 100755 --- a/src/wgd.sh +++ b/src/wgd.sh @@ -48,7 +48,7 @@ install_wgd(){ # set up the local environment _check_and_set_venv - ${VIRTUAL_ENV} -m pip install -U -r requirements.txt > /dev/null 2>&1 + ${VIRTUAL_ENV}/bin/python3 -m pip install -U -r requirements.txt > /dev/null 2>&1 printf "| WGDashboard installed successfully! |\n" printf "| Preparing the systemctl unit file |\n"