We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a80c8b commit 1cfcf67Copy full SHA for 1cfcf67
winpython/portable/launchers_final/scripts/upgrade_pip.bat
@@ -2,6 +2,6 @@
2
call "%~dp0env.bat"
3
echo this will upgrade pip with latest version, then patch it for WinPython portability ok ?
4
pause
5
-"%WINPYDIR%\python.exe" -m pip install --upgrade pip
+"%WINPYDIR%\python.exe" -m pip install --upgrade --force-reinstall pip
6
"%WINPYDIR%\python.exe" -c "from wppm import wppm;dist=wppm.Distribution(r'%WINPYDIR%');dist.patch_standard_packages('pip', to_movable=True)
7
0 commit comments