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.
2 parents a1dce51 + 4950c76 commit 31e5f41Copy full SHA for 31e5f41
pip/wheel.py
@@ -242,6 +242,10 @@ def is_entrypoint_wrapper(name):
242
243
maker = ScriptMaker(None, scheme['scripts'])
244
245
+ # Ensure old scripts are overwritten.
246
+ # See https://github.com/pypa/pip/issues/1800
247
+ maker.clobber = True
248
+
249
# Ensure we don't generate any variants for scripts because this is almost
250
# never what somebody wants.
251
# See https://bitbucket.org/pypa/distlib/issue/35/
0 commit comments