When I start powershell it starts in a conda environment named py37_default
. I have to type conda deactivate
which brings me to base
, and then enter deactivate
to finally exit the environment entirely. How do I stop my powershell from starting off in these environments?
Asked
Active
Viewed 715 times
0

John S
- 71
- 3
-
is it being activated in your powershell profile? – xdhmoore Apr 24 '21 at 23:42
-
1Hi, perhaps this post can be of some help: https://stackoverflow.com/a/64684533/11246056 – Laurent Apr 25 '21 at 07:24
-
Does this answer your question? [How do I prevent Conda from activating the base environment by default?](https://stackoverflow.com/questions/54429210/how-do-i-prevent-conda-from-activating-the-base-environment-by-default) – merv Apr 25 '21 at 10:08