fixed: Added the Python executable path to the PATH environment variable, preventing potential issues caused by a missing PATH.

https://github.com/ltdrdata/ComfyUI-Manager/issues/1554
This commit is contained in:
Dr.Lt.Data
2025-02-25 12:18:31 +09:00
parent 4fd17b0bf5
commit 86893d999a
4 changed files with 15 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ import manager_downloader
from node_package import InstalledNodePackage
version_code = [3, 26]
version_code = [3, 26, 1]
version_str = f"V{version_code[0]}.{version_code[1]}" + (f'.{version_code[2]}' if len(version_code) > 2 else '')