mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Issue #20748: Uninstalling pip does not leave behind the pyc of
the uninstaller anymore.
This commit is contained in:
parent
ceb0467193
commit
5e6faf7fed
2 changed files with 4 additions and 1 deletions
|
@ -421,7 +421,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 --default-pip'
|
||||
removepipargs = r'-m ensurepip._uninstall'
|
||||
removepipargs = r'-B -m ensurepip._uninstall'
|
||||
# See "CustomAction Table"
|
||||
add_data(db, "CustomAction", [
|
||||
# msidbCustomActionTypeFirstSequence + msidbCustomActionTypeTextData + msidbCustomActionTypeProperty
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue