Don't save .pyc files

This commit is contained in:
Michael Droettboom 2018-06-13 14:06:58 -04:00
parent 500903b79b
commit 11a601f548
1 changed files with 1 additions and 0 deletions

View File

@ -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);