@echo off call "%~dp0env.bat" echo patch pip and current launchers for non-move "%WINPYDIR%\python.exe" -c "from winpython import wppm;dist=wppm.Distribution(r'%WINPYDIR%');dist.patch_standard_packages('pip', to_movable=False)" pause