pgAdmin 4 commit: Setting the PYTHONPATH variable before initializing t

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Setting the PYTHONPATH variable before initializing t
Date: 2016-06-21 09:33:11
Message-ID: E1bFI3T-0001qM-GE@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Setting the PYTHONPATH variable before initializing the python
environment using Py_Initialize() function.

Also, add virtual environment binary path to the PATH environment
variable.

Branch
------
master

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

Modified Files
--------------
runtime/Server.cpp | 30 +++++++++++++-----------------
1 file changed, 13 insertions(+), 17 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-06-21 09:34:19 pgAdmin 4 commit: Include python.exe and pythonw.exe in the Windows ins
Previous Message Dave Page 2016-06-21 08:30:42 Re: PATCH: Unable to open Query tool (pgAdmin4)