aboutsummarylogtreecommitdiffstats
path: root/python2.patch
blob: 8e7c74acd929cc89b201b4fb741673cdd9e57daa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
diff --git a/compile.py b/compile.py
index 43e92ff..c7c5db6 100755
--- a/compile.py
+++ b/compile.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!/usr/bin/python2
 
 import subprocess
 import sys
diff --git a/get_pythia8_version.py b/get_pythia8_version.py
index ad71984..12774db 100755
--- a/get_pythia8_version.py
+++ b/get_pythia8_version.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!/usr/bin/python2
 
 import sys
 import os
diff --git a/make_tarball.py b/make_tarball.py
index beae595..8f90224 100755
--- a/make_tarball.py
+++ b/make_tarball.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!/usr/bin/python2
 
 import tarfile
 import os