Github user cloverhearts commented on the issue:
https://github.com/apache/zeppelin/pull/2574
I think we are worried about `conda interpreter` and coupling for` conda
env name`.
However, the conda env name is more important to the python interpreter
than the conda interpreter.
Also, the python interpreter should not query the conda interpreter for its
own state.
I think this misunderstanding is due to the member name `conda env name`.
If I have any additional problems, I will change this to `virtualEnvName`.
---