Change Anaconda ENV folder-Windows

if you want to move conda default env folder to somewhere else,

  1. go to c:\Users\user
  2. find .condarc file, open it with notepad ++ or other
  3. add following into this file

    envs_dirs:

    • c:/whereyouwanttogo/env
  4. then save it

next time when conda create -n newenvs

it will go to the new folder