Python: added a missing slash in the path to "pyenv.cfg".

This closes #115 issue on GitHub.
This commit is contained in:
Valentin Bartenev
2018-04-25 15:11:01 +03:00
parent 749f7c0340
commit 17160e9352

View File

@@ -210,7 +210,7 @@ nxt_python_init(nxt_task_t *task, nxt_common_app_conf_t *conf)
size_t size;
nxt_int_t pep405;
static const char pyvenv[] = "pyvenv.cfg";
static const char pyvenv[] = "/pyvenv.cfg";
static const char bin_python[] = "/bin/python";
#endif