Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 056e265 commit ceb0467Copy full SHA for ceb0467
1 file changed
Tools/msi/msi.py
@@ -420,7 +420,7 @@ def add_ui(db):
420
421
compileargs = r'-Wi "[TARGETDIR]Lib\compileall.py" -f -x "bad_coding|badsyntax|site-packages|py2_|lib2to3\\tests|venv\\scripts" "[TARGETDIR]Lib"'
422
lib2to3args = r'-c "import lib2to3.pygram, lib2to3.patcomp;lib2to3.patcomp.PatternCompiler()"'
423
- updatepipargs = r'-m ensurepip -U --default-install'
+ updatepipargs = r'-m ensurepip -U --default-pip'
424
removepipargs = r'-m ensurepip._uninstall'
425
# See "CustomAction Table"
426
add_data(db, "CustomAction", [
0 commit comments