From 93576ce07a5c1c28bab890829fa4982a46b28f93 Mon Sep 17 00:00:00 2001 From: "A. Cristallo" Date: Wed, 7 Mar 2018 18:07:40 +0100 Subject: [PATCH] Simply python3 With header /usr/bin/env python3.5 doesn't run with the last python3 (3.6), so imho it's better not specify the subversion (.5, .6 and so on), simply leaving "python3". Tested with Python 3.6.3 onVM "Linux misp" (Ubuntu kernel 4.13 x64) --- zmq_subscriber.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zmq_subscriber.py b/zmq_subscriber.py index ab69e93..2a19866 100755 --- a/zmq_subscriber.py +++ b/zmq_subscriber.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3.5 +#!/usr/bin/env python3 import time, datetime import zmq