]> jfr.im git - erebus.git/commitdiff
allow python to write bytecode files
authorJohn Runyon <redacted>
Tue, 1 Feb 2022 01:52:57 +0000 (19:52 -0600)
committerJohn Runyon <redacted>
Tue, 1 Feb 2022 01:52:57 +0000 (19:52 -0600)
run

diff --git a/run b/run
index e4f4a564edd09548db8f173c54954ee7c441c948..5016b9c57cbf843bc2c7c823873bd611a46e334b 100755 (executable)
--- a/run
+++ b/run
@@ -4,4 +4,4 @@
 # Startup script
 
 cd "$(dirname $(readlink -f $0))"
-PYTHONPATH=".:$PYTHONPATH" exec python -O -B $@ erebus.py
+PYTHONPATH=".:$PYTHONPATH" exec python -O $@ erebus.py