-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpython@mini-3.8.3.json
More file actions
45 lines (45 loc) · 1.07 KB
/
python@mini-3.8.3.json
File metadata and controls
45 lines (45 loc) · 1.07 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
{
"homepage": "https://conda.io/miniconda.html",
"homepage:core": "https://python.org",
"license": "BSD 3-Clause",
"version": "3.8.3",
"architecture": {
"64bit": {
"url": "https://repo.anaconda.com/miniconda/Miniconda3-py38_4.8.3-Windows-x86_64.exe",
"hash": "sha256:1f4ff67f051c815b6008f144fdc4c3092af2805301d248b56281c36c1f4333e5"
},
"32bit": {
"url": "https://repo.anaconda.com/miniconda/Miniconda3-py38_4.8.3-Windows-x86.exe",
"hash": "sha256:415920293ae005a17afaef4c275bd910b06c07d8adf5e0cbc9c69f0f890df976"
}
},
"installer": {
"args": [
"/S",
"/InstallationType=$(@{$true='AllUsers';$false='JustMe'}[$global])",
"/AddToPath=0",
"/RegisterPython=0",
"/D=$dir"
]
"keep": true
},
"uninstaller": {
"file": "Uninstall-Miniconda3.exe",
"args": [
"/uninstall",
"/S",
]
},
"bin": [
"python.exe",
"pythonw.exe",
[ "python.exe", "python3" ],
[ "pythonw.exe", "pythonw3" ],
"Lib\\idlelib\\idle.bat",
["Lib\\idlelib\\idle.bat", "idle3"]
],
"env_add_path": [
"library/bin",
"scripts"
]
}