forked from python/pymanager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpymanager.json
More file actions
36 lines (31 loc) · 1.29 KB
/
pymanager.json
File metadata and controls
36 lines (31 loc) · 1.29 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
{
"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
}