在vscode上的终端使用conda环境的时候发现,conda activate指令无效,经过测试有一个好的解决方案:
https://blog.csdn.net/u010393510/article/details/130715238
这里记录一下流程:
- 打开 PowerShell 终端
- 输入
conda init powershell
,初始化 conda - 输入
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine
,修改 PowerShell 限制策略,这里需要管理员方式运行 PowerShell - 重启 PowerShell, 检查是否生效