-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpython-embed.json
35 lines (35 loc) · 1.01 KB
/
python-embed.json
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
{
"version": "3.8.6",
"homepage": "https://www.python.org/",
"description": "A programming language that lets you work quickly and integrate systems more effectively.",
"license": "Python-2.0",
"architecture": {
"64bit": {
"url": [
"https://www.python.org/ftp/python/3.8.6/python-3.8.6-embed-amd64.zip",
"https://bootstrap.pypa.io/get-pip.py"
]
},
"32bit": {
"url": [
"https://www.python.org/ftp/python/3.8.6/python-3.8.6-embed-win32.zip",
"https://bootstrap.pypa.io/get-pip.py"
]
}
},
"post_install": [
"(Get-Content \"$dir\\python38._pth\").replace(\"#import site\",\"import site\") | Set-Content \"$dir\\python38._pth\"",
"python \"$dir\\get-pip.py\""
],
"bin": [
"python.exe",
"pythonw.exe",
[
"python.exe",
"python3"
]
],
"env_add_path": [
"Scripts"
]
}