mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-09-03 20:52:57 -05:00
Clarify how virtual envs can be used in WSGI mode, and ensure we ship the required bits on Windows.
This commit is contained in:
committed by
Dave Page
parent
354679e69b
commit
263e235862
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user