PGDIR isn't needed in the path and we shouldn't have random Mingw paths hard-coded.

This commit is contained in:
Dave Page 2018-05-16 14:39:58 +01:00
parent ae03b7c226
commit 6d33542b24

View File

@ -132,7 +132,7 @@ REM Main function Ends
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
:CREATE_VIRTUAL_ENV