下载
github地址
conda-forge/miniforge: A conda-forge distribution. (github.com)
也可以在清华镜像下载
环境变量
设置文件夹权限给当前用户
初始化
cd D:\ProgramData\miniforge3\condabin
mamba init --all
重启电脑,之后打开终端看看有没有base
如果提示
. : 无法加载文件 C:\Users\12018\Documents\WindowsPowerShell\profile.ps1,因为在此系统上禁止运行脚本。有关详细信息,请参
阅 https:/go.microsoft.com/fwlink/?LinkID=135170 中的 about_Execution_Policies。
所在位置 行:1 字符: 3
+ . 'C:\Users\12018\Documents\WindowsPowerShell\profile.ps1'
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : SecurityError: (:) [],PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess
使用管理员打开powershell执行
Set-ExecutionPolicy RemoteSigned