pgAdmin 4 commit: [Runtime] Setting few of the environment variables (i

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: [Runtime] Setting few of the environment variables (i
Дата
Msg-id E1bF1dd-0003dO-Ek@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin Beta 2
Следующее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Use the python interpreter explicitly while running t