If I want to make sure that users cannot break the conda environment by installing packages using conda or pip, is there an elegant way to do that?
I tried searching this forum and the Administrator Guide without luck.
If I want to make sure that users cannot break the conda environment by installing packages using conda or pip, is there an elegant way to do that?
I tried searching this forum and the Administrator Guide without luck.
You can make your python and conda directories readonly e.g. ensure they’re owned by root and that users can’t elevate their privileges. You can also prevent Python from loading user directories:
I tried doing this by following this suggested implementation:
But then the server fails to start for some reason.
I think many people would appreciate it if this feature could be added as a config parameter