I am trying to update brewblox to the latest. I has been a while, probably June sine I have updated, and when I ran the command I got the following error:
pi@raspberrypi:~ $ source .venv/bin/activate
-bash: .venv/bin/activate: No such file or directory
(.venv) pi@raspberrypi:~ $ alias python3
-bash: alias: python3: not found
(.venv) pi@raspberrypi:~ $ which python3
/home/pi/brewblox/.venv/bin/python3
The install script from the startup guide (recently updated) is designed to be able to upgrade old installs.
Reconnect SSH first to reset env. If this fails with the same error, it’s more likely to be a software / dependency bug. I will have a look tomorrow to verify.