mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Upgrade pip in a windows compatible way.
This commit is contained in:
2
Make.bat
2
Make.bat
@@ -165,7 +165,7 @@ REM Main build sequence Ends
|
|||||||
CALL "%TMPDIR%\venv\Scripts\activate" || EXIT /B 1
|
CALL "%TMPDIR%\venv\Scripts\activate" || EXIT /B 1
|
||||||
|
|
||||||
ECHO Installing dependencies...
|
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
|
CALL pip install --only-binary=cryptography -r "%WD%\requirements.txt" || EXIT /B 1
|
||||||
|
|
||||||
CD %WD%
|
CD %WD%
|
||||||
|
|||||||
Reference in New Issue
Block a user