From d8f44423b57335c288a279d7c4f9ce163ff5a4cf Mon Sep 17 00:00:00 2001 From: kxtzownsu Date: Sun, 9 Mar 2025 16:25:29 -0400 Subject: [PATCH] fix venv.sh --- scripts/venv.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/venv.sh b/scripts/venv.sh index b74382c..b566492 100644 --- a/scripts/venv.sh +++ b/scripts/venv.sh @@ -3,6 +3,6 @@ SCRIPT_DIR=$(readlink -f "$(dirname "$0")") if [ ! -e "${SCRIPT_DIR}/../.venv" ]; then python3 -m venv ${SCRIPT_DIR}/../.venv fi -source ${SCRIPT_DIR}/.venv/bin/activate +source ${SCRIPT_DIR}/../.venv/bin/activate pip3 install protobuf -bash \ No newline at end of file +bash