Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Dec 6, 2023

Conversation

igorcv88
Copy link
Contributor

@igorcv88 igorcv88 commented Dec 6, 2023

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.

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
Copy link
Member

Thanks

@mariusmotea mariusmotea merged commit 3e083cd into diyhue:master Dec 6, 2023
5 checks passed
@igorcv88 igorcv88 deleted the patch-4 branch December 6, 2023 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants