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.
2 parents eaeee37 + 9e0021e commit 4af25bdCopy full SHA for 4af25bd
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