-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathpymanager.json
More file actions
68 lines (61 loc) · 3.09 KB
/
pymanager.json
File metadata and controls
68 lines (61 loc) · 3.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"install": {
"source": "%PYTHON_MANAGER_SOURCE_URL%",
"fallback_source": "./bundled/fallback-index.json",
"default_install_tag": "3"
},
"list": {
"format": "%PYTHON_MANAGER_LIST_FORMAT%"
},
"registry_override_key": "HKEY_LOCAL_MACHINE\\Software\\Policies\\Python\\PyManager",
"confirm": "%PYTHON_MANAGER_CONFIRM%",
"automatic_install": "%PYTHON_MANAGER_AUTOMATIC_INSTALL%",
"include_unmanaged": "%PYTHON_MANAGER_INCLUDE_UNMANAGED%",
"virtual_env": "%VIRTUAL_ENV%",
"shebang_can_run_anything": "%PYTHON_MANAGER_SHEBANG_CAN_RUN_ANYTHING%",
"shebang_can_run_anything_silently": false,
"install_dir": "%LocalAppData%\\Python",
"download_dir": "%LocalAppData%\\Python\\_cache",
"global_dir": "%LocalAppData%\\Python\\bin",
"bundled_dir": "./bundled",
"logs_dir": "%PYTHON_MANAGER_LOGS%",
"default_tag": "%PYTHON_MANAGER_DEFAULT%",
"default_platform": "%PYTHON_MANAGER_DEFAULT_PLATFORM%",
"user_config": "%AppData%\\Python\\PyManager.json",
"additional_config": "%PYTHON_MANAGER_CONFIG%",
"pep514_root": "HKEY_CURRENT_USER\\Software\\Python",
"start_folder": "Python",
"launcher_exe": "./templates/launcher.exe",
"launcherw_exe": "./templates/launcherw.exe",
"welcome_on_update": true,
"shebang_templates": {
"/usr/bin/python": "py",
"/usr/bin/pythonw": "pyw",
"/usr/bin/python3": "py",
"/usr/bin/pythonw3": "pyw",
"/usr/local/bin/python": "py",
"/usr/local/bin/pythonw": "pyw",
"/usr/local/bin/python3": "py",
"/usr/local/bin/pythonw3": "pyw"
},
"source_settings": {
"https://www.python.org/ftp/python/index-windows.json": {
"requires_signature": true,
"required_root_subject": "CN=Microsoft Identity Verification Root Certificate Authority 2020, O=Microsoft Corporation, C=US",
"required_publisher_subject": "CN=Python Software Foundation, O=Python Software Foundation, L=Beaverton, S=Oregon, C=US",
"required_publisher_eku": "1.3.6.1.4.1.311.97.608394634.79987812.305991749.578777327"
},
"https://www.python.org/ftp/python/index-windows-recent.json": {
"requires_signature": true,
"required_root_subject": "CN=Microsoft Identity Verification Root Certificate Authority 2020, O=Microsoft Corporation, C=US",
"required_publisher_subject": "CN=Python Software Foundation, O=Python Software Foundation, L=Beaverton, S=Oregon, C=US",
"required_publisher_eku": "1.3.6.1.4.1.311.97.608394634.79987812.305991749.578777327"
},
"https://www.python.org/ftp/python/index-windows-legacy.json": {
"requires_signature": true,
"required_root_subject": "CN=Microsoft Identity Verification Root Certificate Authority 2020, O=Microsoft Corporation, C=US",
"required_publisher_subject": "CN=Python Software Foundation, O=Python Software Foundation, L=Beaverton, S=Oregon, C=US",
"required_publisher_eku": "1.3.6.1.4.1.311.97.608394634.79987812.305991749.578777327"
}
}
}