Index: slepc/config/configure.py
===================================================================
--- slepc.orig/config/configure.py	2022-10-31 11:50:34.801514843 +0100
+++ slepc/config/configure.py	2022-10-31 11:50:47.589601758 +0100
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
 #
 #  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 #  SLEPc - Scalable Library for Eigenvalue Problem Computations
Index: slepc/config/install.py
===================================================================
--- slepc.orig/config/install.py	2022-10-31 11:50:34.801514843 +0100
+++ slepc/config/install.py	2022-10-31 11:50:59.661683818 +0100
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
 from __future__ import print_function
 import os, sys, shutil
 import subprocess
