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

pull/17/head
Dave Page 2018-05-16 14:39:58 +01:00
parent ae03b7c226
commit 6d33542b24
1 changed files with 1 additions and 1 deletions

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