about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorserpilliere <serpilliere@users.noreply.github.com>2018-12-26 14:40:26 +0100
committerGitHub <noreply@github.com>2018-12-26 14:40:26 +0100
commit7ca6ac6739d395e05e510ca5c518d31a29f289ff (patch)
tree75cf12652520af4567c114542b2577548da5d8b6
parent439eacecd16587bf0df8fd097b8c13677326b9f3 (diff)
parent8541e4ed92cb96bf3e0c2161b961f773019e3125 (diff)
downloadmiasm-7ca6ac6739d395e05e510ca5c518d31a29f289ff.tar.gz
miasm-7ca6ac6739d395e05e510ca5c518d31a29f289ff.zip
Merge pull request #909 from vbrandl/fix/setup_py_version
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