You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: run_complement_newbuild.bat
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,8 @@ rem 2021-01-30: jupyterlab2 final stuff removal
8
8
9
9
10
10
rem if build error, launch "WinPython Command Prompt.exe" dos ico, then try manual install of requirements.txt
11
-
rem that is: pip install --pre --no-index --trusted-host=None --log C:\WinP\log.txt --find-links=C:\WinP\packages.srcreq -c C:\WinP\constraints.txt -r c:\....\requirements.txt
11
+
rem that is: pip install --pre --no-index --trusted-host=None --find-links=C:\WinP\packages.srcreq -c C:\WinP\constraints.txt -r c:\....\requirements.txt
12
12
rem ( drag & drop "requirements.txt" file in the dos window a the end of the line, to get full path)
13
-
rem if issue, search "ERROR:" in --log C:\WinP\log.txt
14
13
rem then drag & drop "run_complement_newbuild.bat" file in the dos window and launch it
0 commit comments