I'm attempting to configure a number of (Windows) workstations so that when users create new conda environments, they are created along with their packages outside of the user profile (which can hurt roaming profile performance).
miniconda is installed to C:\anaconda3
I am setting the documented environment variable CONDA_ENVS_PATH to the following, to allow these users (GIS users) to also call their Esri conda environment along with their own personal environments:
D:\conda\envs;C:ArcGIS\Pro\bin\Python\envs;C:\anaconda3\envs
I'd like all environments created by a user to by default go to their D:\conda\envs path. Will this config accomplish this? If not, what will?