Introducing python virtualenv configuration.

New parameter 'home' for python application allows to configure
application-specific virtualenv path.

This closes #15 issue on GitHub.
This commit is contained in:
Max Romanov
2017-11-29 18:48:55 +03:00
parent ec4ad8780e
commit 3781950bad
4 changed files with 44 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ typedef struct nxt_common_app_conf_s nxt_common_app_conf_t;
typedef struct {
char *home;
nxt_str_t path;
nxt_str_t module;
} nxt_python_app_conf_t;