conda无法在powershell上运行|运行了没有效果
管理员权限打开powershell或者cmd:
conda init powershell
接着,powershell默认不加载配置文件
修改策略代码:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
管理员权限打开powershell或者cmd:
conda init powershell
接着,powershell默认不加载配置文件
修改策略代码:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned