Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8178c6a commit 9e0021eCopy full SHA for 9e0021e
make.py
@@ -980,7 +980,7 @@ def _create_batch_scripts(self):
980
call "%~dp0env.bat"
981
echo this will upgrade pip with latest version, then patch it for WinPython portability ok ?
982
pause
983
-"%WINPYDIR%\python.exe" -m pip install --upgrade --force-reinstall pip
+"%WINPYDIR%\python.exe" -m pip install --upgrade pip
984
"%WINPYDIR%\python.exe" -c "from winpython import wppm;dist=wppm.Distribution(r'%WINPYDIR%');dist.patch_standard_packages('pip', to_movable=True)
985
986
""")
0 commit comments