mirror of https://github.com/pyodide/pyodide.git
Don't save .pyc files
This commit is contained in:
parent
500903b79b
commit
11a601f548
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue