7e8434c
diff --git a/common/wscript b/common/wscript
7e8434c
index afc251a2..70503788 100644
7e8434c
--- a/common/wscript
7e8434c
+++ b/common/wscript
7e8434c
@@ -1,4 +1,4 @@
7e8434c
-#! /usr/bin/env python
7e8434c
+#! /usr/bin/python3
7e8434c
 # encoding: utf-8
7e8434c
 
7e8434c
 import re
7e8434c
diff --git a/compat/alloca/wscript b/compat/alloca/wscript
7e8434c
index 36798973..9e740f1c 100644
7e8434c
--- a/compat/alloca/wscript
7e8434c
+++ b/compat/alloca/wscript
7e8434c
@@ -1,4 +1,4 @@
7e8434c
-#!/usr/bin/env python
7e8434c
+#!/usr/bin/python3
7e8434c
 # encoding: utf-8
7e8434c
 #
7e8434c
 # Copyright (C) 2018 Karl Linden <karl.j.linden@gmail.com>
7e8434c
diff --git a/compat/wscript b/compat/wscript
7e8434c
index e3ec8d33..25eb2a3f 100644
7e8434c
--- a/compat/wscript
7e8434c
+++ b/compat/wscript
7e8434c
@@ -1,4 +1,4 @@
7e8434c
-#!/usr/bin/env python
7e8434c
+#!/usr/bin/python3
7e8434c
 # encoding: utf-8
7e8434c
 #
7e8434c
 # Copyright (C) 2018 Karl Linden <karl.j.linden@gmail.com>
7e8434c
diff --git a/dbus/wscript b/dbus/wscript
7e8434c
index 535d4121..fa40b4f1 100644
7e8434c
--- a/dbus/wscript
7e8434c
+++ b/dbus/wscript
7e8434c
@@ -1,4 +1,4 @@
7e8434c
-#! /usr/bin/env python
7e8434c
+#! /usr/bin/python3
7e8434c
 # encoding: utf-8
7e8434c
 
7e8434c
 import os.path
7e8434c
diff --git a/example-clients/jack_control b/example-clients/jack_control
7e8434c
index 61ac40c1..54277543 100755
7e8434c
--- a/example-clients/jack_control
7e8434c
+++ b/example-clients/jack_control
7e8434c
@@ -1,4 +1,4 @@
7e8434c
-#!/usr/bin/env python
7e8434c
+#!/usr/bin/python3
7e8434c
 
7e8434c
 from __future__ import print_function
7e8434c
 name_base = 'org.jackaudio'
7e8434c
diff --git a/example-clients/wscript b/example-clients/wscript
7e8434c
index 6163d222..a8857aa7 100644
7e8434c
--- a/example-clients/wscript
7e8434c
+++ b/example-clients/wscript
7e8434c
@@ -1,4 +1,4 @@
7e8434c
-#! /usr/bin/env python
7e8434c
+#! /usr/bin/python3
7e8434c
 # encoding: utf-8
7e8434c
 
7e8434c
 example_programs = {
7e8434c
diff --git a/man/wscript b/man/wscript
7e8434c
index 9e4d3043..def57078 100644
7e8434c
--- a/man/wscript
7e8434c
+++ b/man/wscript
7e8434c
@@ -1,4 +1,4 @@
7e8434c
-#! /usr/bin/env python
7e8434c
+#! /usr/bin/python3
7e8434c
 # encoding: utf-8
7e8434c
 
7e8434c
 import re
7e8434c
diff --git a/systemd/wscript b/systemd/wscript
7e8434c
index fc8b8f15..d10bdf96 100644
7e8434c
--- a/systemd/wscript
7e8434c
+++ b/systemd/wscript
7e8434c
@@ -1,4 +1,4 @@
7e8434c
-#! /usr/bin/env python
7e8434c
+#! /usr/bin/python3
7e8434c
 # encoding: utf-8
7e8434c
 
7e8434c
 
7e8434c
diff --git a/tests/wscript b/tests/wscript
7e8434c
index 756fd3bb..96a63bc9 100644
7e8434c
--- a/tests/wscript
7e8434c
+++ b/tests/wscript
7e8434c
@@ -1,4 +1,4 @@
7e8434c
-#! /usr/bin/env python
7e8434c
+#! /usr/bin/python3
7e8434c
 # encoding: utf-8
7e8434c
 
7e8434c
 test_programs = {
7e8434c
diff --git a/waf b/waf
7e8434c
index a2efc852..845fba5e 100755
7e8434c
--- a/waf
7e8434c
+++ b/waf
7e8434c
@@ -1,4 +1,4 @@
7e8434c
-#!/usr/bin/env python
7e8434c
+#!/usr/bin/python3
7e8434c
 # encoding: latin-1
7e8434c
 # Thomas Nagy, 2005-2018
7e8434c
 #
7e8434c
diff --git a/wscript b/wscript
7e8434c
index 5e8485e6..7e48f750 100644
7e8434c
--- a/wscript
7e8434c
+++ b/wscript
7e8434c
@@ -1,4 +1,4 @@
7e8434c
-#! /usr/bin/env python
7e8434c
+#! /usr/bin/python3
7e8434c
 # encoding: utf-8
7e8434c
 from __future__ import print_function
7e8434c