We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
We could support the system Python by having a small C wrapper changing PYTHONPATH:
#include <unistd.h> #include <stdlib.h> int main(int argc, char *argv[]) { setenv("PYTHONPATH", "/foo/bar", 1); execv("/usr/bin/python", argv); }
There was an error while loading. Please reload this page.