if you want to move conda default env folder to somewhere else,
- go to c:\Users\user
- find .condarc file, open it with notepad ++ or other
-
add following into this file
envs_dirs:
- c:/whereyouwanttogo/env
- then save it
next time when conda create -n newenvs
it will go to the new folder