Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
resolve pip.exe not being there by default
  • Loading branch information
stonebig committed Dec 29, 2025
commit 1cfcf678a18100b22d91d29cc36c075546ba0dc7
2 changes: 1 addition & 1 deletion winpython/portable/launchers_final/scripts/upgrade_pip.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
call "%~dp0env.bat"
echo this will upgrade pip with latest version, then patch it for WinPython portability ok ?
pause
"%WINPYDIR%\python.exe" -m pip install --upgrade pip
"%WINPYDIR%\python.exe" -m pip install --upgrade --force-reinstall pip
"%WINPYDIR%\python.exe" -c "from wppm import wppm;dist=wppm.Distribution(r'%WINPYDIR%');dist.patch_standard_packages('pip', to_movable=True)
pause