Skip to content

Commit 1cfcf67

Browse files
committed
resolve pip.exe not being there by default
#1925
1 parent 6a80c8b commit 1cfcf67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

winpython/portable/launchers_final/scripts/upgrade_pip.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
call "%~dp0env.bat"
33
echo this will upgrade pip with latest version, then patch it for WinPython portability ok ?
44
pause
5-
"%WINPYDIR%\python.exe" -m pip install --upgrade pip
5+
"%WINPYDIR%\python.exe" -m pip install --upgrade --force-reinstall pip
66
"%WINPYDIR%\python.exe" -c "from wppm import wppm;dist=wppm.Distribution(r'%WINPYDIR%');dist.patch_standard_packages('pip', to_movable=True)
77
pause

0 commit comments

Comments
 (0)