summaryrefslogtreecommitdiffstats
path: root/Tools/msi
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2014-02-28 13:37:35 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2014-02-28 13:37:35 (GMT)
commit07d843a101726b01a2dbdb7183ebc8fbc8a5f6e4 (patch)
treebb094572ae02a6b4cfb503d2fdf5627bc869a950 /Tools/msi
parenta46cf12e9956dbb0fa84cc1d7e8b81d4d2f7c55a (diff)
downloadcpython-07d843a101726b01a2dbdb7183ebc8fbc8a5f6e4.zip
cpython-07d843a101726b01a2dbdb7183ebc8fbc8a5f6e4.tar.gz
cpython-07d843a101726b01a2dbdb7183ebc8fbc8a5f6e4.tar.bz2
Close #20568: install unversioned pip command on Windows
Diffstat (limited to 'Tools/msi')
-rw-r--r--Tools/msi/msi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py
index 8409b81..038050b 100644
--- a/Tools/msi/msi.py
+++ b/Tools/msi/msi.py
@@ -420,7 +420,7 @@ def add_ui(db):
compileargs = r'-Wi "[TARGETDIR]Lib\compileall.py" -f -x "bad_coding|badsyntax|site-packages|py2_|lib2to3\\tests|venv\\scripts" "[TARGETDIR]Lib"'
lib2to3args = r'-c "import lib2to3.pygram, lib2to3.patcomp;lib2to3.patcomp.PatternCompiler()"'
- updatepipargs = r'-m ensurepip -U'
+ updatepipargs = r'-m ensurepip -U --default-install'
removepipargs = r'-m ensurepip._uninstall'
# See "CustomAction Table"
add_data(db, "CustomAction", [