Clarify how virtual envs can be used in WSGI mode, and ensure we ship the required bits on Windows.

This commit is contained in:
Surinder Kumar
2017-09-20 16:22:51 +01:00
committed by Dave Page
parent 354679e69b
commit 263e235862
3 changed files with 12 additions and 3 deletions
-1
View File
@@ -506,7 +506,6 @@ REM Main function Ends
:CLEANUP_ENV
ECHO Cleaning up private environment...
rd "%PGBUILDPATH%\%VIRTUALENV%\Include" /S /Q
rd "%PGBUILDPATH%\%VIRTUALENV%\Scripts" /S /Q
DEL /s "%PGBUILDPATH%\%VIRTUALENV%\pip-selfcheck.json"
ECHO Cleaned up private environment successfully.