[GitHub] zeppelin issue #2944: [ZEPPELIN-3429] Fix python version on dev/merge_zeppel...

2018-04-25 Thread jwagun
Github user jwagun commented on the issue: https://github.com/apache/zeppelin/pull/2944 @r-kamath @prabhjyotsingh @zjffdu Right. Supporting both version is the better solution. I will close this pr. Thanks. ---

[GitHub] zeppelin issue #2944: [ZEPPELIN-3429] Fix python version on dev/merge_zeppel...

2018-04-25 Thread r-kamath
Github user r-kamath commented on the issue: https://github.com/apache/zeppelin/pull/2944 @zjffdu Need to refactor to support python 2 and 3 simultaneously. IMHO alias to right version of python 2.x should make things run without any failure. ---

[GitHub] zeppelin issue #2944: [ZEPPELIN-3429] Fix python version on dev/merge_zeppel...

2018-04-25 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2944 How about to make it support both python2 and python3 ? ---

[GitHub] zeppelin issue #2944: [ZEPPELIN-3429] Fix python version on dev/merge_zeppel...

2018-04-25 Thread r-kamath
Github user r-kamath commented on the issue: https://github.com/apache/zeppelin/pull/2944 @jwagun can you try adding `alias python='python2'` in your bash profile? ---