Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5005

Python • Re: DS18B20 / w1thermsensor

$
0
0
Here is run_dutycycles.sh :

Code:

#!/bin/bashcd /home/pi/Documents/HVAC/python3 heat_monitor.py &>> errors.txt &python3 ac_monitor.py &>> errors.txt &
Another point of confusion for me is the venv option: -system-site-packages

The interweb describes this as : Give the virtual environment access to the system site-packages dir.

I see in an earlier post you included this option in your example of creating a venv.. And IIRC I had to re-create my venv using this option before I could successfully pip install w1thermsensor. Yet if you google this, most examples I found don't include that option. Is this option a harmless no-brainer?

Statistics: Posted by dlflannery — Thu Aug 01, 2024 2:41 pm



Viewing all articles
Browse latest Browse all 5005

Trending Articles