diff --git a/_ks.py b/_ks.py index ffaf943..ef91b37 100755 --- a/_ks.py +++ b/_ks.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python3 # KubeShort - shortcuts to the most common kubectl actions # @@ -23,7 +23,7 @@ import json import yaml import shutil -from pipes import quote +from shlex import quote # script name (to which symlinks should point to) SCRIPT_FILE_NAME = "_ks.py" diff --git a/k.logcli b/k.logcli index ab01dab..19d24ea 100755 --- a/k.logcli +++ b/k.logcli @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 import argparse import subprocess