From 3bcf66d0362270311dd9bed6ca4871b88c8e5237 Mon Sep 17 00:00:00 2001 From: Keith Edmunds Date: Fri, 16 Apr 2021 06:04:56 +0100 Subject: [PATCH] Use env to find Python --- app/musicmuster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/musicmuster.py b/app/musicmuster.py index 7552a56..af0b154 100755 --- a/app/musicmuster.py +++ b/app/musicmuster.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python import sys