pgAdmin 4 commit: Don't use the venv to create the venv on Windows as i

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Don't use the venv to create the venv on Windows as i
Date: 2020-06-09 15:28:40
Message-ID: E1jigB6-0002YQ-LY@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 tried and 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(-)

Browse pgadmin-hackers by date

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