I'm currently using miniconda and I want to prevent myself and other users of my machine from installing anything into the base environment. This is because I want users to be creating virtual environments and installing stuff there. I also don't want my base environment to get bloated.
Is there anyway to do this? I use both conda and pip so I imagine I need to somehow block both of those.