解决Powershell无法activate conda的问题

stackoverflow上大佬回答,照做就行:
解决Powershell无法activate conda的问题_第1张图片
先打开Anaconda Powershell Pompt(就是Anaconda自带的那个黑窗窗命令行)运行:

conda init powershell

然后命令行打开powershell:

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned

重启powershell,结束。

你可能感兴趣的:(环境配置,conda)