From 6003f8ca9ad2fc50dc2e5ea2053a61490f1d6e9c Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 9 Feb 2026 16:35:38 -0500 Subject: [PATCH] Update install fix python venv --- install | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install b/install index a3bf5ea4..3840ab3d 100755 --- a/install +++ b/install @@ -347,15 +347,18 @@ cd raspberry-pi-bme280 git checkout payload make +cd sudo apt install python3-venv sudo python3 -m venv venv -source venv/bin/activate +source /home/pi/venv/bin/activate curl https://bootstrap.pypa.io/get-pip.py | sudo /home/pi/venv/bin/python3 sudo /home/pi/venv/bin/pip3 install adafruit_extended_bus sudo /home/pi/venv/bin/pip3 install adafruit-circuitpython-ina219 +cd + CubeSatSim/config -c -n CubeSatSim/config -l -n