[Kimchi-devel] [PATCH] Change python #! line to be more portable

Alan Jenkins alan.james.jenkins at gmail.com
Thu Feb 12 12:30:30 UTC 2015


Hey guys,

    This is a patch to change the #! line used in Kimchi from the ambiguous
    /usr/bin/python to a more specific and more portable /usr/bin/env python2.

    This enables users of distributions that have switched to the default python version
    to python3 to run Kimchi without having to go and manually change the line and at the
    same time allows people who have python installed to non default locations to also use
    Kimchi by setting the python2 environment variable.

Thanks,

    Alan Jenkins (demon012)

Alan Jenkins (1):
  Change from using /usr/bin/python to /usr/bin/env python2 to improve  
      portability.

 contrib/check_i18n.py      | 2 +-
 src/kimchi/vnc.py          | 2 +-
 src/kimchid.in             | 2 +-
 ui/pages/help/gen-index.py | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

-- 
2.2.2




More information about the Kimchi-devel mailing list