From 1ebd8334bc7da95f1edd64fc930e9cd6e3650534 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Thu, 18 Feb 2016 16:02:46 +0100 Subject: Switch /usr/bin/ipa to Python 3 When building RPMs with Python 3 support, /usr/bin/ipa will now use Python 3. The in-tree ipa command will also run on Python 3. When building with make install, $(PYTHON) is honored and it will still default to Python 2. Part of the work for https://fedorahosted.org/freeipa/ticket/5638 Reviewed-By: Petr Spacek --- ipa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipa') diff --git a/ipa b/ipa index 9ef356868..342c54147 100755 --- a/ipa +++ b/ipa @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python3 # Authors: # Jason Gerard DeRose -- cgit