Index: slepc/config/configure.py
===================================================================
--- slepc.orig/config/configure.py	2020-07-09 10:34:05.156412346 +0800
+++ slepc/config/configure.py	2020-07-09 10:34:05.156412346 +0800
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 #
 #  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 #  SLEPc - Scalable Library for Eigenvalue Problem Computations
Index: slepc/config/install.py
===================================================================
--- slepc.orig/config/install.py	2020-07-09 10:34:05.156412346 +0800
+++ slepc/config/install.py	2020-07-09 10:34:05.156412346 +0800
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 from __future__ import print_function
 import os, sys, shutil
 if sys.version_info < (3,):
