mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-12-22 23:23:57 -06:00
Upgrade pip in a windows compatible way.
This commit is contained in:
parent
73b6b95fbc
commit
cb3801a5e8
2
Make.bat
2
Make.bat
@ -165,7 +165,7 @@ REM Main build sequence Ends
|
||||
CALL "%TMPDIR%\venv\Scripts\activate" || EXIT /B 1
|
||||
|
||||
ECHO Installing dependencies...
|
||||
CALL pip install --upgrade pip
|
||||
CALL python -m pip install --upgrade pip || EXIT /B 1
|
||||
CALL pip install --only-binary=cryptography -r "%WD%\requirements.txt" || EXIT /B 1
|
||||
|
||||
CD %WD%
|
||||
|
Loading…
Reference in New Issue
Block a user