From e72b4bf141dbf1ca7b611d124799062cf44ab083 Mon Sep 17 00:00:00 2001 From: Enetrati <42605645+Enetrati@users.noreply.github.com> Date: Mon, 2 Nov 2020 18:41:27 +0100 Subject: [PATCH] Update listing33.py Installations of Python may vary, That's why it is best practice to ask env first where Python is installed and from there invoke it. --- listing33.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/listing33.py b/listing33.py index 593007c..99b9e91 100755 --- a/listing33.py +++ b/listing33.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python from subprocess import Popen,PIPE import sys