Skip to content

Commit dc4f243

Browse files
authored
v3.2
1 parent 9a6a1c5 commit dc4f243

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

run.bat

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,12 @@ if not exist "python_embedded" (
105105
exit /b
106106
)
107107
)
108+
echo ../main >> python_embedded\python312._pth
109+
if errorlevel 1 (
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.
111+
pause
112+
exit /b
113+
)
108114
)
109115

110116
:: Display provided argument if any

0 commit comments

Comments
 (0)