0015ada
diff --git a/contribs/cray/csm/slurmconfgen_smw.py b/contribs/cray/csm/slurmconfgen_smw.py
0015ada
index cf2bf56f82..013181447f 100644
0015ada
--- a/contribs/cray/csm/slurmconfgen_smw.py
0015ada
+++ b/contribs/cray/csm/slurmconfgen_smw.py
0015ada
@@ -1,4 +1,4 @@
0015ada
-#!/usr/bin/env python
0015ada
+#!/usr/bin/env python3
0015ada
 #
0015ada
 # Copyright 2015-2016 Cray Inc. All Rights Reserved.
0015ada
 """ A script to generate slurm.conf and gres.conf for a
0015ada
diff --git a/contribs/cray/slurmconfgen.py.in b/contribs/cray/slurmconfgen.py.in
0015ada
index b92aabc731..970c5b4802 100644
0015ada
--- a/contribs/cray/slurmconfgen.py.in
0015ada
+++ b/contribs/cray/slurmconfgen.py.in
0015ada
@@ -1,4 +1,4 @@
0015ada
-#!/usr/bin/python
0015ada
+#!/usr/bin/python3
0015ada
 #
0015ada
 # (c) Copyright 2013 Cray Inc.  All Rights Reserved.
0015ada
 #
0015ada
diff --git a/doc/html/shtml2html.py b/doc/html/shtml2html.py
0015ada
index 0b03182b80..43954a37a9 100755
0015ada
--- a/doc/html/shtml2html.py
0015ada
+++ b/doc/html/shtml2html.py
0015ada
@@ -1,4 +1,4 @@
0015ada
-#!/usr/bin/env python
0015ada
+#!/usr/bin/env python3
0015ada
 
0015ada
 import re
0015ada
 import sys
0015ada
diff --git a/doc/man/man2html.py b/doc/man/man2html.py
0015ada
index 54909096b9..93433d6fa3 100755
0015ada
--- a/doc/man/man2html.py
0015ada
+++ b/doc/man/man2html.py
0015ada
@@ -1,4 +1,4 @@
0015ada
-#!/usr/bin/env python
0015ada
+#!/usr/bin/env python3
0015ada
 
0015ada
 import re
0015ada
 import sys
0015ada
diff --git a/testsuite/expect/regression.py b/testsuite/expect/regression.py
0015ada
index 938aecc154..ea64c7cce0 100755
0015ada
--- a/testsuite/expect/regression.py
0015ada
+++ b/testsuite/expect/regression.py
0015ada
@@ -1,4 +1,4 @@
0015ada
-#!/usr/bin/env python
0015ada
+#!/usr/bin/env python3
0015ada
 ############################################################################
0015ada
 # Copyright (C) 2006 The Regents of the University of California.
0015ada
 # Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).