Update pygit.bat
Browse files
pygit.bat
CHANGED
|
@@ -16,7 +16,6 @@ echo UnZip git.zip
|
|
| 16 |
powershell -command "Expand-Archive -Path '%zipfile%' -DestinationPath '%dest%'"
|
| 17 |
del /f /q "%target_dir%git.zip"
|
| 18 |
call :ColorText "Install git complete" "Green"
|
| 19 |
-
rem call :ColorText "=============================================================" "red"
|
| 20 |
|
| 21 |
cd %target_dir%
|
| 22 |
%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
|
|
@@ -25,6 +24,7 @@ set "zipfile1=%target_dir%python_embeded.zip"
|
|
| 25 |
set "dest1=%target_dir%python_embeded"
|
| 26 |
echo UnZip python_embeded.zip
|
| 27 |
powershell -command "Expand-Archive -Path '%zipfile1%' -DestinationPath '%dest1%'"
|
|
|
|
| 28 |
mv %py%python311._pth %py%python311.pth
|
| 29 |
echo import site>> %py%python311.pth
|
| 30 |
mkdir %py%DLLs
|
|
|
|
| 16 |
powershell -command "Expand-Archive -Path '%zipfile%' -DestinationPath '%dest%'"
|
| 17 |
del /f /q "%target_dir%git.zip"
|
| 18 |
call :ColorText "Install git complete" "Green"
|
|
|
|
| 19 |
|
| 20 |
cd %target_dir%
|
| 21 |
%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
|
|
|
|
| 24 |
set "dest1=%target_dir%python_embeded"
|
| 25 |
echo UnZip python_embeded.zip
|
| 26 |
powershell -command "Expand-Archive -Path '%zipfile1%' -DestinationPath '%dest1%'"
|
| 27 |
+
del /f /q "%target_dir%python_embeded.zip"
|
| 28 |
mv %py%python311._pth %py%python311.pth
|
| 29 |
echo import site>> %py%python311.pth
|
| 30 |
mkdir %py%DLLs
|