File tree 3 files changed +27
-31
lines changed
3 files changed +27
-31
lines changed Original file line number Diff line number Diff line change 71
71
1 . 如果您使用的是 Linux ,请尝试安装 ` python3-pip ` 、 ` python3-venv ` 和 ` python3-virtualenv `
72
72
2 . 如果您使用的是 Windows ,请尝试 ` pip install -U virtualenv `
73
73
3 . 我没有使用过 macOS ,请尝试一下 Linux 的解决方案
74
+
75
+ ### Winget (Windows Package Manager CLI)
76
+
77
+ [ Winget] ( https://github.com/microsoft/winget-cli ) 配置文件归档在 ` winget ` 目录下,用户将此目录下的所有文件下载到
78
+ ` %APPDATA%/Local/Packages/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe/LocalState/ ` 目录中,即可自动加载此配置。
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://aka.ms/winget-settings.schema.json" ,
3
+ // For documentation on these settings, see: https://aka.ms/winget-settings
4
+ "source" : {
5
+ "autoUpdateIntervalInMinutes" : 15
6
+ },
7
+ "experimentalFeatures" : {
8
+ "dependencies" : true ,
9
+ "directMSI" : true ,
10
+ "zipInstall" : true
11
+ },
12
+ "logging" : {
13
+ "level" : " info"
14
+ },
15
+ "network" : {
16
+ "doProgressTimeoutInSeconds" : 60 ,
17
+ "downloader" : " do"
18
+ },
19
+ "visual" : {
20
+ "progressBar" : " accent"
21
+ }
22
+ }
You can’t perform that action at this time.
0 commit comments