Update Git-Python_embeded.bat
Browse files- Git-Python_embeded.bat +1 -1
Git-Python_embeded.bat
CHANGED
|
@@ -3,7 +3,7 @@ setlocal
|
|
| 3 |
chcp 65001 > nul
|
| 4 |
set target_dir=%~dp0
|
| 5 |
set py=%target_dir%python_embeded\
|
| 6 |
-
set PATH=%target_dir%git;%target_dir%git\bin;%target_dir%git\libexec;%py%Scripts
|
| 7 |
|
| 8 |
call :ColorText "=============================================================" "Yellow"
|
| 9 |
call :ColorText ".bat file for installing git/python for ComfyUI by Skiffbox" "Green"
|
|
|
|
| 3 |
chcp 65001 > nul
|
| 4 |
set target_dir=%~dp0
|
| 5 |
set py=%target_dir%python_embeded\
|
| 6 |
+
rem set PATH=%target_dir%git;%target_dir%git\bin;%target_dir%git\libexec;%py%Scripts
|
| 7 |
|
| 8 |
call :ColorText "=============================================================" "Yellow"
|
| 9 |
call :ColorText ".bat file for installing git/python for ComfyUI by Skiffbox" "Green"
|