ORPA-pyOpenRPA/Resources/WPy64-3720/scripts/make_winpython_movable.bat

7 lines
238 B

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