pgAdmin 4 commit: [Runtime] Setting few of the environment variables (i - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: [Runtime] Setting few of the environment variables (i
Date
Msg-id E1bF1dd-0003dO-Ek@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
[Runtime] Setting few of the environment variables (i.e. PATH and
PYTHONPATH) to run the runtime with the virtual environment properly.
And, also allow to use the python interpreter to be used with the
background process modules.

- Add binary directory of the virtual environment to PATH environment
  variable.
- Add lib, dynamic libraries (python specific), and site-package
  directories of the virtual environment in the PYTHONPATH environment
  variable.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=691f01b623d81dbe5742a98dc62892299e03d509

Modified Files
--------------
runtime/Server.cpp | 105 +++++++++++++++++++++++++++++++----------------------
1 file changed, 61 insertions(+), 44 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin Beta 2
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Use the python interpreter explicitly while running t