pgAdmin 4 commit: Don't use the venv to create the venv on Windows as i - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Don't use the venv to create the venv on Windows as i
Date
Msg-id E1jigB6-0002YQ-LY@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Don't use the venv to create the venv on Windows as it doesn't allow python.exe to be relocated on Windows. Use the
triedand tested virtualenv instead. Fixes #5595 

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1485ff338fd1033f10e0acc739449d8d78e101ec

Modified Files
--------------
Make.bat             | 4 +++-
pkg/win32/README.txt | 4 ++++
2 files changed, 7 insertions(+), 1 deletion(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: 1) Correct the typo 'pythonw.exe' should be 'python.e
Next
From: Satish V
Date:
Subject: Reg - RM-5325[Code Coverage] Improve API test cases for Collations