If using 'conda activate' from a batch script, change your invocation to 'CALL conda.bat activate'.

55 阅读1分钟

Windows PowerShell 运行  conda activate python36 切换python版本时报错

CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
If using 'conda activate' from a batch script, change your
invocation to 'CALL conda.bat activate'.

解决办法:改为用 cmd 运行

总结:PowerShell 有时不好使