[master] 8f176df Use system Python3 interpreter
Lasse Karstensen
lkarsten at varnish-software.com
Fri Mar 21 14:57:31 CET 2014
commit 8f176df35efa4f1e04f4866ec0543719c4aeb429
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date: Fri Mar 21 14:18:34 2014 +0100
Use system Python3 interpreter
I don't have Python 3.1, but I do have Python 3.3.5 which should suffice.
diff --git a/lib/libvcc/generate.py b/lib/libvcc/generate.py
index 7c7e9db..84e363d 100755
--- a/lib/libvcc/generate.py
+++ b/lib/libvcc/generate.py
@@ -1,4 +1,4 @@
-#!/usr/local/bin/python3.1
+#!/usr/bin/env python3
#-
# Copyright (c) 2006 Verdens Gang AS
# Copyright (c) 2006-2014 Varnish Software AS
More information about the varnish-commit
mailing list