iRedHat commited on
Commit
db68252
·
verified ·
1 Parent(s): df37df3

Update Git-Python_embeded.bat

Browse files
Files changed (1) hide show
  1. Git-Python_embeded.bat +3 -3
Git-Python_embeded.bat CHANGED
@@ -19,9 +19,9 @@ del /f /q "%target_dir%git.zip"
19
  call :ColorText "Install git complete" "Green"
20
 
21
  set git_path=%target_dir%git\
22
- set git_bin_path=%git_path%bin\
23
- set git_libexec_path=%git_path%libexec\
24
- set PATH=%git_path%;%git_bin_path%;%git_libexec_path%;%py%Scripts\
25
 
26
  cd %target_dir%
27
  %target_dir%wget.exe -c -q -O python_embeded.zip https://www.python.org/ftp/python/3.11.9/python-3.11.9-embed-amd64.zip
 
19
  call :ColorText "Install git complete" "Green"
20
 
21
  set git_path=%target_dir%git\
22
+ set git_bin_path=%git_path%bin
23
+ set git_libexec_path=%git_path%libexec
24
+ set PATH=%git_path%;%git_bin_path%;%git_libexec_path%;%py%Scripts;%PATH%
25
 
26
  cd %target_dir%
27
  %target_dir%wget.exe -c -q -O python_embeded.zip https://www.python.org/ftp/python/3.11.9/python-3.11.9-embed-amd64.zip