You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Trevor McKay (JIRA)" <ji...@apache.org> on 2013/04/04 20:39:15 UTC

[jira] [Created] (AMBARI-1790) Consider changing env comments in py scripts to use python2 instead of python2.x

Trevor McKay created AMBARI-1790:
------------------------------------

             Summary: Consider changing env comments in py scripts to use python2 instead of python2.x
                 Key: AMBARI-1790
                 URL: https://issues.apache.org/jira/browse/AMBARI-1790
             Project: Ambari
          Issue Type: Improvement
    Affects Versions: 1.2.0
         Environment: Fedora 
Using branch-1.2 sources
            Reporter: Trevor McKay


The env comment in most of the python files looks like

#!/usr/bin/env python2.7

Changing it to this makes the scripts work on hosts with python2.x which is more portable

#!/usr/bin/env python2

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira