Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2574 @cloverhearts Just to clarify my concern. Here's what I see when I use conda outside of zeppelin. Step 1. Create enviroment `env_1` using conda, and install pandas Step 2. Set `zeppelin.python` to the binPath of `env_1` and restart python interpreter Step 3. Now when I use python interpreter, I am using python of `env_1` and can use any libraries installed under `env_1` That means I just need to set `zeppelin.python` to switch to another conda env. That's why I don't understand why you need to set additional Python library path for the new environment
---