From 14141643fd14a3a269e758fd26074ddeec638851 Mon Sep 17 00:00:00 2001 From: l0drex Date: Sat, 7 Oct 2023 12:13:03 +0200 Subject: [PATCH] Fix installing in wrong directory --- scripts/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 0628474..f780171 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -17,7 +17,8 @@ echo "Installing dependencies …" # create virtual environment python3 -m venv /opt/yin-yang/.venv source .venv/bin/activate -pip3 install -r requirements.txt +/opt/yin-yang/.venv/bin/pip3 install --upgrade setuptools pip wheel +/opt/yin-yang/.venv/bin/pip3 install -r requirements.txt echo "Installing yin yang" #check if /opt/ directory exists else create