From d8afb8075320b75777d2d556a30ab2338d108153 Mon Sep 17 00:00:00 2001 From: Kshitij Date: Mon, 7 Oct 2024 01:03:57 +0530 Subject: [PATCH] Add in source --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index ae19b2f..e0deb79 100755 --- a/setup.sh +++ b/setup.sh @@ -77,7 +77,7 @@ chmod ugo+x ./raspi-blinka.py ./temp-calc.py python3 -m venv . --system-site-packages echo -e "$line\nVirtual environment created.\n$line\n" echo -e "$line\nActivating virtual environment...\n$line\n" -source bin/activate +source $PROJECT_DIR/bin/activate echo -e "$line\nInstalling dependencies...\n$line\n" pip3 install --upgrade setuptools click adafruit-python-shell adafruit-circuitpython-dht