diyhue / diyHue

Main diyHue software repo
https://diyhue.org/
Other
1.52k stars 274 forks source link

Update HueEmulator3.py to use the default Python version #971

Closed igorcv88 closed 7 months ago

igorcv88 commented 7 months ago

Trying to make it easier for future new instals...

The automatic install script is right now using the default python version to install the requirements.txt modules

Because it simply runs "pip3 install -r ../requirements.txt" in the default BASH environment.

Then, if the default python isn't necessarily the "/usr/bin/python3" executable, the Systemctl Service will fail not locating any of the modules.

mariusmotea commented 7 months ago

Thanks