You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Chad Roberts (JIRA)" <ji...@apache.org> on 2013/12/09 17:18:07 UTC

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

    [ https://issues.apache.org/jira/browse/AMBARI-1790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13843276#comment-13843276 ] 

Chad Roberts commented on AMBARI-1790:
--------------------------------------

Committed to trunk.

> Consider changing env comments in py scripts to use 'python' 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
>            Assignee: Trevor McKay
>         Attachments: python_ver.patch
>
>
> The env comment in most of the python files looks like
> #!/usr/bin/env python2.6
> Changing it to this makes the scripts work on hosts with python2.7 which is more portable
> #!/usr/bin/env python



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)