Scoop介绍 scoop是Windows下的包管理工具 安装环境要求 1,操作环境:win10 2,确保你的 PowerShell 版本 >= 3. win7或许低于3,得升级.如何确认PowerShell,在powershell 命令窗口输入 $PSVersionTable.PSVersion 3,确保你允许PowerShell执行本地脚本,在PowerShell中输入如下内容后,选择yes或则A set-executionpolicy remotesigned -scope current…