By default, anaconda is using my root environment. However, I'm always using another environment called py34 that I activate manually. Is it possible to change the default environment from root to another one?
Edit: I forgot to mention that I'm working on Windows. On Unix systems adding a line to .bashrc is a solution of course.