There are several Python scripts that utilize env in today's main:
env
[freeipa]$ git grep /usr/bin/env upstream/master upstream/master:contrib/lite-server.py:#!/usr/bin/env python3 upstream/master:contrib/lite-setup.py:#!/usr/bin/env python3 upstream/master:install/tools/ipa-ccache-sweeper.in:#!/usr/bin/env python3
It's common practice to replace it with an absolute path to Python interpreter to guarantee we use a system-provided one.
Metadata Update from @rcritten: - Issue assigned to rcritten
PR https://github.com/freeipa/freeipa/pull/6857
master:
ipa-4-9:
ipa-4-10:
Metadata Update from @frenaud: - Issue close_status updated to: fixed - Issue status updated to: Closed (was: Open)
Log in to comment on this ticket.