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.bat
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -105,6 +105,12 @@ if not exist "python_embedded" (
105
105
exit /b
106
106
)
107
107
)
108
+
echo ../main >> python_embedded\python312._pth
109
+
iferrorlevel1 (
110
+
echo Failed to add ../main to python312._pth file. Please edit the file manually and try again. You need to add '../main' to the file. You can find the file in python_embedded directory. After editing, please run this script again.
0 commit comments