GitHub user cloverhearts opened a pull request: https://github.com/apache/zeppelin/pull/2583
Improved stability for conda interpreter. ### What is this PR for? Currently, when configuring environment of conda interpreter, when configuring environment without installing python separately, The python interpreter may fall into an infinite loop. This PR solves that. ORIGINAL : #2574 ### What type of PR is it? Bug Fix ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-2921 ### How should this be tested? ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no You can merge this pull request into a Git repository by running: $ git pull https://github.com/cloverhearts/zeppelin feat/keep-python-interpreter-cmd Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/2583.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2583 ---- commit 9d7739c66dcda0d0db1a264079ac17d82aba9edc Author: CloverHearts <cloverhearts...@gmail.com> Date: 2017-09-12T08:53:04Z keep python interpreter cmd ---- ---