【发布时间】:2021-01-16 20:09:36
【问题描述】:
版本Anaconda 4.8.3
我不能做什么:
我无法从 powershell 激活任何环境。
conda activate base
我能做什么:conda env list
conda create -n xxxconda remove -n xxx
我尝试了很多解决方案,但结果都没有用:
-
conda init powershellrestart powershellconda activate -
conda update -n base conda并重做 1 -
conda install -n root -c pscondaenvs pscondaenvsSet-ExecutionPolicy RemoteSigned
跑activate base
【问题讨论】:
-
您在尝试
conda init时是否以提升/管理员权限运行 Powershell?没有错误? -
是的,我尝试了管理员和非管理员的 powershell,结果是一样的。 " 没有改变 " @AMC
标签: powershell anaconda windows-10