scoop install sudo scoop install git 7zip openssh scoop install aria2 scoop install ffmpeg scoop install nodejs scoop install python # 安装指定的版本,不要更新 scoop install python@3.6.8scoop hold python # scoop unhold python
全局安装就是给系统中的所有用户都安装,且环境变量是系统变量,对于需要设置系统变量的一些软件就需要全局安装,比如 Node.js、Python ,否则某些情况会出现无法找到命令的问题。 使用scoop install <app>命令加上-g或--global选项可对软件进行全局安装,全局安装需要管理员权限,所以需要提前以管理员权限运行的 Power...
2.1 安装常用软件 scoopinstallsudoscoopinstallgit7zipopensshscoopinstallaria2scoopinstallffmpegscoopinstallnodejsscoopinstallpython# 安装指定的版本,不要更新scoopinstallpython@3.6.8scoopholdpython# scoop unhold python git 配置 右键菜单里添加git bash here的方法 新建注册表文件git bash here.reg, 内容如下(路...
# main bucketsscoopinstall7zipscoopinstallgitscoopinstallaria2scoopinstallconcfgscoopinstallpsreadlinescoopinstallposh-gitscoopinstalloh-my-poshscoopinstallffmpeg# extra bucketsscoopinstalleverythingscoopinstalltrafficmonitorscoopinstallvscodescoopinstallwindows-terminalscoopinstallforkscoopinstallsnipastescoopinstallhandbrak...
scoop install python313 scoop install python38 切换全局 Python 版本: 默认情况下,后安装的 Python 版本会被设置为全局 Python 环境。 如果你想切换到其他版本,可以使用 scoop reset 命令。 scoop reset python313 # 将全局 Python 切换到 3.13.2 scoop reset 命令实际上是重新安装指定版本的 Python,并将其设置...
全局安装就是给系统中的所有用户都安装,且环境变量是系统变量,对于需要设置系统变量的一些软件就需要全局安装,比如 Node.js、Python ,否则某些情况会出现无法找到命令的问题。 使用scoop install <app>命令加上-g或--global选项可对软件进行全局安装,全局安装需要管理员权限,所以需要提前以管理员权限运行的 Power...
安装和切换JDK、Python的版本 这里需要使用scoop reset它的作用是:重置一个应用程序来解决冲突。 命令格式为: scoop reset <java>[@<version>] 安装和切换不同的 JDK 版本: 12345678910111213141516171819202122232425262728293031 PSC:>scoopbucketaddjavaPSC:>scoopinstalloraclejdkInstalling'oraclejdk'(12.0.2-10)[64bit...
graalpy-jvm 24.2.1 (JVM Standalone) A high-performance embeddable Python 3 runtime for Java. grafana-agent 0.44.2 A vendor-neutral, batteries-included telemetry collector which is compatible with multiple ecosystems such as Prometheus and OpenTelemetry. ...
"homepage": "https://ffmpeg.org", "license": "GPL-3.0-or-later", "architecture": { "64bit": { "url": "https://ghgo.xyz/https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2025-02-23-13-06/ffmpeg-N-118529-g87d7b8ff4b-win64-gpl-shared.zip", "hash": "fa9a91...
教程_Scoop:超好⽤的Windows包管理器 前⾔ 是⼀个 Win d ows 包管理⼯具,类似于 De b ian 的 apt、ma c OS 的 homebrew。它由开源社区驱动,体验可能是是⽬前所有 Win d ows 包管理⼯具中最好的。对开发者来说,包管理器能⾮常⽅便的部署开发环境,⽐如 Python 、Node.js 。⽽...