mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
PGDIR isn't needed in the path and we shouldn't have random Mingw paths hard-coded.
This commit is contained in:
2
Make.bat
2
Make.bat
@@ -132,7 +132,7 @@ REM Main function Ends
|
|||||||
|
|
||||||
IF NOT EXIST "%PYTHON_HOME%\Scripts\virtualenv.exe" GOTO err_handle_pythonvirtualenv
|
IF NOT EXIST "%PYTHON_HOME%\Scripts\virtualenv.exe" GOTO err_handle_pythonvirtualenv
|
||||||
|
|
||||||
SET PATH=%PGDIR%;%PGDIR%\bin;%QTDIR%\..\..\Tools\mingw530_32\bin;%PATH%;
|
SET PATH=%PGDIR%\bin;%PATH%;
|
||||||
GOTO:eof
|
GOTO:eof
|
||||||
|
|
||||||
:CREATE_VIRTUAL_ENV
|
:CREATE_VIRTUAL_ENV
|
||||||
|
|||||||
Reference in New Issue
Block a user