Update install fix python venv

master-b
Alan Johnston 2 months ago committed by GitHub
parent 6a7ec69312
commit 6003f8ca9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save

Powered by TurnKey Linux.