about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorValentin Brandl <vbrandl@riseup.net>2018-12-25 11:50:41 +0100
committerValentin Brandl <vbrandl@riseup.net>2018-12-25 11:50:41 +0100
commit8541e4ed92cb96bf3e0c2161b961f773019e3125 (patch)
tree75cf12652520af4567c114542b2577548da5d8b6
parent439eacecd16587bf0df8fd097b8c13677326b9f3 (diff)
downloadmiasm-8541e4ed92cb96bf3e0c2161b961f773019e3125.tar.gz
miasm-8541e4ed92cb96bf3e0c2161b961f773019e3125.zip
Make python version explicit
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index f85dd350..7b0fb86d 100755
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python2
 
 from distutils.core import setup, Extension
 from distutils.util import get_platform