Update pygit.bat
Browse files
pygit.bat
CHANGED
|
@@ -29,8 +29,6 @@ mv %py%python311._pth %py%python311.pth
|
|
| 29 |
echo import site>> %py%python311.pth
|
| 30 |
mkdir %py%DLLs
|
| 31 |
|
| 32 |
-
pause
|
| 33 |
-
|
| 34 |
%target_dir%wget.exe -c -q -O get-pip.py https://bootstrap.pypa.io/get-pip.py
|
| 35 |
%py%python.exe get-pip.py
|
| 36 |
%py%python.exe -m pip install virtualenv
|
|
|
|
| 29 |
echo import site>> %py%python311.pth
|
| 30 |
mkdir %py%DLLs
|
| 31 |
|
|
|
|
|
|
|
| 32 |
%target_dir%wget.exe -c -q -O get-pip.py https://bootstrap.pypa.io/get-pip.py
|
| 33 |
%py%python.exe get-pip.py
|
| 34 |
%py%python.exe -m pip install virtualenv
|