diff --git a/manage.py b/manage.py index 0036a2d..bce49a6 100755 --- a/manage.py +++ b/manage.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 import subprocess # nosec 404 diff --git a/podman/deploy.py b/podman/deploy.py index ce692e7..ac4ea3a 100755 --- a/podman/deploy.py +++ b/podman/deploy.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 import subprocess # nosec 404 import sys