diff --git a/CHANGES/5648.misc b/CHANGES/5648.misc new file mode 100644 index 00000000000..17a71c3fda5 --- /dev/null +++ b/CHANGES/5648.misc @@ -0,0 +1 @@ +Fix pip upgrade on windows machines diff --git a/Makefile b/Makefile index b95cb01eb57..d622d1649e8 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ endif .SECONDARY: $(call to-hash,$(ALLS)) .update-pip: - @pip install -U 'pip' + @python -m pip install --upgrade pip .install-cython: .update-pip $(call to-hash,requirements/cython.txt) @pip install -r requirements/cython.txt