Here is run_dutycycles.sh :
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?
Code:
#!/bin/bashcd /home/pi/Documents/HVAC/python3 heat_monitor.py &>> errors.txt &python3 ac_monitor.py &>> errors.txt &
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