Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6f422b7

Browse files
author
stonebig
committed
forcing update pip always ends badly
1 parent d7aabf1 commit 6f422b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

make.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,9 +1071,9 @@ def make(self, remove_existing=True, requirements=None, my_winpydir=None): #, f
10711071

10721072
# pre-patch current pip (until default python has pip 8.0.3)
10731073
self.distribution.patch_standard_packages('pip')
1074-
# force update of pip (FIRST) and setuptools here
1074+
# not forced update of pip (FIRST) and setuptools here
10751075
for req in ('pip', 'setuptools'):
1076-
actions = ["install","--upgrade", "--force-reinstall", req]
1076+
actions = ["install","--upgrade", req]
10771077
if self.install_options is not None:
10781078
actions += self.install_options
10791079
print("piping %s" % ' '.join(actions))

0 commit comments

Comments
 (0)