Reamer commented on pull request #3859: URL: https://github.com/apache/zeppelin/pull/3859#issuecomment-661705487
> Philipp - can we also solve the problem with access rights for Conda posted by some users on SO: https://stackoverflow.com/questions/62770514/zeppelin-anaconda-current-user-does-not-have-write-permissions, https://stackoverflow.com/questions/62828983/zeppelin-python-interpreter-virtual-environment-activation-is-failing - I've asked them to file JIRA, but it looks like that they didn't Docker containers should not be used like a virtual machine. The creation of virtual envs (if necessary at all) or the installation of other Python packages should be done when creating the interpreter image. We should not fix it, because it works as intended. If you need write access to a file system location within your container, you can use `-v' (docker) or volumes (K8s). ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org