check if python3 is installed

This commit is contained in:
Kainoa Kanter
2025-10-08 19:36:47 -07:00
parent 30a940e45b
commit bf06e5a3bb
+1 -1
View File
@@ -127,7 +127,7 @@ Singleton {
Process {
id: availabilityCheckProcess
running: false
command: ["python3", root.checkCalendarAvailableScript]
command: ["sh", "-c", "command -v python3 >/dev/null 2>&1 && python3 " + root.checkCalendarAvailableScript + " || echo 'python3 unavailable'"]
stdout: StdioCollector {
onStreamFinished: {