[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(-) -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
