update config

This commit is contained in:
Nose
2026-07-10 21:55:54 -07:00
parent 9c82b58544
commit 5e71a3cf54
2 changed files with 9 additions and 0 deletions
+2
View File
@@ -1901,6 +1901,8 @@ if (Test-Path (Join-Path $repo 'CLI.py')) {
"setlocal\n"
f'set "REPO={repo_bat_str}"\n'
"set \"PY=%REPO%\\.venv\\Scripts\\python.exe\"\n"
"set \"PYTHONPATH=%REPO%\"\n"
"set \"PYTHONNOUSERSITE=1\"\n"
"\n"
"cd /d \"%REPO%\"\n"
"if exist \"%PY%\" (\n"