Commit 11a601f5 authored by Michael Droettboom's avatar Michael Droettboom

Don't save .pyc files

parent 500903b7
......@@ -39,6 +39,7 @@ void __foo4(int a, double b, int c, int d, int e) {
int main(int argc, char** argv) {
hiwire_setup();
setenv("PYTHONDONTWRITEBYTECODE", "1", 0);
setenv("PYTHONHOME", "/", 0);
Py_InitializeEx(0);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment