Index: slepc/config/configure.py
===================================================================
--- slepc.orig/config/configure.py	2024-08-28 01:39:36.782548958 +0200
+++ slepc/config/configure.py	2024-08-28 01:39:36.778548905 +0200
@@ -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	2024-08-28 01:39:36.782548958 +0200
+++ slepc/config/install.py	2024-08-28 01:39:36.778548905 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
 from __future__ import print_function
 import re, os, sys, shutil
 import subprocess
