diff --git a/files/docker/journalctl3.py b/files/docker/journalctl3.py index 11208c2a..af257922 100755 --- a/files/docker/journalctl3.py +++ b/files/docker/journalctl3.py @@ -1,4 +1,4 @@ -#! /usr/bin/python3 +#!/usr/bin/env python3 import argparse import os diff --git a/files/docker/systemctl.py b/files/docker/systemctl.py index 27bd03a5..24998ec0 100755 --- a/files/docker/systemctl.py +++ b/files/docker/systemctl.py @@ -1,4 +1,4 @@ -#! /usr/bin/python2 +#!/usr/bin/env python2 # generated from systemctl3.py - do not change from __future__ import print_function import threading diff --git a/files/docker/systemctl3.py b/files/docker/systemctl3.py index 244b940f..78bd6fc9 100755 --- a/files/docker/systemctl3.py +++ b/files/docker/systemctl3.py @@ -1,4 +1,4 @@ -#! /usr/bin/python3 +#!/usr/bin/env python3 # type hints are provided in 'types/systemctl3.pyi' from __future__ import print_function import threading