Changhyup Jwa created ZEPPELIN-3429:
---------------------------------------
Summary: Fix shebang of dev/merge_zeppelin_pr.py
Key: ZEPPELIN-3429
URL: https://issues.apache.org/jira/browse/ZEPPELIN-3429
Project: Zeppelin
Issue Type: Bug
Components: CI-infra
Affects Versions: 0.7.3
Reporter: Changhyup Jwa
Fix For: 0.8.0
Fix python version on dev/merge_zeppelin_pr.py
### What is this PR for?
Current merge_zeppelin_pr.py shebang has user env dependent.
Which means python version would be different from each user's environment.
However this script is unavailable with python 3.
Therefore I think it needs to be fixed with available python version.
### What type of PR is it?
[Bug]
### What is the Jira issue?
* Open an issue on Jira https://issues.apache.org/jira/browse/ZEPPELIN/
* Put link here, and add [ZEPPELIN-*Jira number*] in PR title, eg.
[ZEPPELIN-533]
### How should this be tested?
Run merge_zeppelin_pr.py on the system using default python version 3.
### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)