diff --git a/contrib/lite-server.py b/contrib/lite-server.py index 51f7c0888..6d42f6aab 100755 --- a/contrib/lite-server.py +++ b/contrib/lite-server.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 # # Copyright (C) 2017 FreeIPA Contributors see COPYING for license # diff --git a/contrib/lite-setup.py b/contrib/lite-setup.py index d8ca1b229..6453cb88a 100755 --- a/contrib/lite-setup.py +++ b/contrib/lite-setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 # # Copyright (C) 2020 FreeIPA Contributors see COPYING for license # diff --git a/install/tools/ipa-ccache-sweeper.in b/install/tools/ipa-ccache-sweeper.in index 4b304d242..1384e6799 100644 --- a/install/tools/ipa-ccache-sweeper.in +++ b/install/tools/ipa-ccache-sweeper.in @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 # Based heavily on # https://github.com/gssapi/mod_auth_gssapi/blob/master/contrib/sweeper.py