解决Windows下Powershell无法执行脚本无法运行conda的问题 发表于 2023-06-30 阅读次数: 本文字数: 221 阅读时长 ≈ 1 分钟 解决Windows下Powershell无法执行脚本或者无法运行conda指令的问题 报错: 参考 在当前powershell中输入get-ExecutionPolicy查看,一般结果是Restricted 输入Set-ExecutionPolicy -Scope CurrentUser 输入RemoteSigned切换模式 然后重启powershell即可 此时假如遇到conda命令无法执行的问题,只需要conda init powershell然后重启即可