一些有用的conda 命令
1 查看虚拟环境依赖包的安装位置 conda config --show pkgs_dirs
解决 conda 安装遇到的一些问题
1 无法加载文件 \Backup\Documents\WindowsPowerShell\profile.ps1,因为在此系统上禁止运行脚本。有关详细信息,请参阅 ht
tps:/go.microsoft.com/fwlink/?LinkID=135170 中的 about_Execution_Policies。
所在位置 行:1 字符: 3
备份\文档\WindowsPowerShell\profile.ps1
解决办法 输入Set-ExecutionPolicy RemoteSigned