Python: added a missing slash in the path to "pyenv.cfg".
This closes #115 issue on GitHub.
This commit is contained in:
@@ -210,7 +210,7 @@ nxt_python_init(nxt_task_t *task, nxt_common_app_conf_t *conf)
|
|||||||
size_t size;
|
size_t size;
|
||||||
nxt_int_t pep405;
|
nxt_int_t pep405;
|
||||||
|
|
||||||
static const char pyvenv[] = "pyvenv.cfg";
|
static const char pyvenv[] = "/pyvenv.cfg";
|
||||||
static const char bin_python[] = "/bin/python";
|
static const char bin_python[] = "/bin/python";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user