Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4af25bd

Browse files
authored
Merge pull request #404 from stonebig/master
remove what seems now a bad idea
2 parents eaeee37 + 9e0021e commit 4af25bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,7 @@ def _create_batch_scripts(self):
980980
call "%~dp0env.bat"
981981
echo this will upgrade pip with latest version, then patch it for WinPython portability ok ?
982982
pause
983-
"%WINPYDIR%\python.exe" -m pip install --upgrade --force-reinstall pip
983+
"%WINPYDIR%\python.exe" -m pip install --upgrade pip
984984
"%WINPYDIR%\python.exe" -c "from winpython import wppm;dist=wppm.Distribution(r'%WINPYDIR%');dist.patch_standard_packages('pip', to_movable=True)
985985
pause
986986
""")

0 commit comments

Comments
 (0)