From 3a36928240aa0bfcb45b82c5b60655769d78d061 Mon Sep 17 00:00:00 2001 From: "A. Cristallo" Date: Wed, 7 Mar 2018 18:13:17 +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_dispatcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zmq_dispatcher.py b/zmq_dispatcher.py index 5af4ffd..8441d25 100755 --- a/zmq_dispatcher.py +++ b/zmq_dispatcher.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3.5 +#!/usr/bin/env python3 import time, datetime import copy