Skip to content

Commit 0215a6e

Browse files
committed
Remove Pip from default includes
This commit disables pip installation from windows builds. pip can be installed at any time by running `python -mensurepip` this will install pip and setuptools wheels that are packaged with the core. The decision to remove pip from the core was due to our additive model of packages - a pip or setuptools built in the build process is unable to entirely replace the original modules.
1 parent 1b4e3f5 commit 0215a6e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

PC/layout/support/options.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ def public(f):
4040
"help": "APPX package",
4141
"options": [
4242
"stable",
43-
"pip",
4443
"distutils",
4544
"tcltk",
4645
"idle",
@@ -56,7 +55,6 @@ def public(f):
5655
"options": [
5756
"dev",
5857
"tools",
59-
"pip",
6058
"stable",
6159
"distutils",
6260
"venv",
@@ -67,7 +65,6 @@ def public(f):
6765
"help": "development kit package",
6866
"options": [
6967
"stable",
70-
"pip",
7168
"distutils",
7269
"tcltk",
7370
"idle",

0 commit comments

Comments
 (0)