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