diff --git a/PluginScripts/plugin-heal-selection.py b/PluginScripts/plugin-heal-selection.py
index 8cd3a05..1364040 100644
--- PluginScripts/plugin-heal-selection.py.orig
+++ PluginScripts/plugin-heal-selection.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 
 '''
 Gimp plugin "Heal selection"
diff --git a/PluginScripts/plugin-heal-transparency.py b/PluginScripts/plugin-heal-transparency.py
index 31799fc..359810f 100644
--- PluginScripts/plugin-heal-transparency.py
+++ PluginScripts/plugin-heal-transparency.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 
 '''
 Gimp plugin "Heal transparency"
diff --git a/PluginScripts/plugin-map-style.py b/PluginScripts/plugin-map-style.py
index 86ce341..87e8405 100644
--- PluginScripts/plugin-map-style.py
+++ PluginScripts/plugin-map-style.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 
 '''
 Gimp plugin.
diff --git a/PluginScripts/plugin-render-texture.py b/PluginScripts/plugin-render-texture.py
index 9f1eda2..0f06077 100644
--- PluginScripts/plugin-render-texture.py
+++ PluginScripts/plugin-render-texture.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 
 '''
 Gimp plugin.
diff --git a/PluginScripts/plugin-resynth-enlarge.py b/PluginScripts/plugin-resynth-enlarge.py
index 774fdb6..7db22c5 100644
--- PluginScripts/plugin-resynth-enlarge.py
+++ PluginScripts/plugin-resynth-enlarge.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 
 '''
 Gimp plugin "Enlarge and resynthesize"
diff --git a/PluginScripts/plugin-resynth-fill-pattern.py b/PluginScripts/plugin-resynth-fill-pattern.py
index dd89610..6931cd1 100644
--- PluginScripts/plugin-resynth-fill-pattern.py.orig
+++ PluginScripts/plugin-resynth-fill-pattern.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 
 '''
 Gimp plugin "Fill with pattern seamless..."
diff --git a/PluginScripts/plugin-resynth-sharpen.py b/PluginScripts/plugin-resynth-sharpen.py
index bc2c42e..58f82e2 100644
--- PluginScripts/plugin-resynth-sharpen.py
+++ PluginScripts/plugin-resynth-sharpen.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 
 '''
 Gimp plugin "Sharpen by resynthesis"
diff --git a/PluginScripts/plugin-uncrop.py b/PluginScripts/plugin-uncrop.py
index e50f3f4..1ee2fd9 100644
--- PluginScripts/plugin-uncrop.py
+++ PluginScripts/plugin-uncrop.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 
 '''
 Gimp plugin "Uncrop"
