PowerShell shows (base) in front of prompt

My PowerShell on Windows 10 started to show the word (base). I did not see this on other machines and it started to happen recently. I'm not sure what I did to cause this and I can't find any information about it. My PowerShell $PROFILE file is empty.

Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
Loading personal and system profiles took 1083ms.
(base) PS C:\>

I see the same in the Package Manager Console in Visual Studio

(base) PM>

Does anyone know what this means and how can I get rid of it again?

2

1 Answer

As Andy Bochmann commented

The prefix (base) indicated that you are running inside the conda/anaconda environment.

The command "conda deactivate" should bring you back to the standard prompt.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like