我的 Windows 10 上的 PowerShell 开始显示单词 (base)。我在其他机器上没有看到这种情况,而且这种情况是最近才出现的。我不确定我做了什么导致了这种情况,也找不到任何相关信息。我的 PowerShell $PROFILE 文件是空的。
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
Loading personal and system profiles took 1083ms.
(base) PS C:\>
我在 Visual Studio 的包管理器控制台中看到了同样的情况
(base) PM>
有人知道这意味着什么以及我该如何再次摆脱它?
答案1
正如 Andy Bochmann 所评论的那样
前缀(base)表示您正在 conda/anaconda 环境中运行。
命令“conda deactivate”应该会带您回到标准提示符。