I have Anaconda installed in my machine with two environments one is base
(default) and other is vision
.
Whenever I open Anaconda Prompt, it opens in the base environment and I have to change the environment manually using
$ activate vision
So I'm looking for a way to open Anaconda Prompt in my vision
environment by default.
Is it possible to do so?
- OS: Windows10
- Anaconda: 4.5.11
P.S: I have already gone through the similar question asked here. Accepted answer doesn't provide a solution here as my both python versions are 3.6.