Update main.c add python env activation

master-b-p-s
Alan Johnston 2 weeks ago committed by GitHub
parent 8a2b7d1e19
commit 71a16255bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -617,6 +617,8 @@ int main(int argc, char * argv[]) {
strcat(pythonConfigStr, " c");
fprintf(stderr, "pythonConfigStr: %s\n", pythonConfigStr);
FILE *file2 = sopen(pythonVenv); // activate venv
file1 = sopen(pythonConfigStr); // python sensor polling function

Loading…
Cancel
Save

Powered by TurnKey Linux.