I have HAAS installed on my OSMC raspberry pi. Everything works fine but i can’t understand how to run commands outside the virtual environment.
For example to turn my tv on:
echo on 0 | cec-client -s
I get:
bash: cec-client: command not found
A script for rebooting the pi also does not work.
under the root user (osmc) the commands all work as expected.