From cdccde2d9da0bef9640e1d64cb413d6ed2817bc0 Mon Sep 17 00:00:00 2001 From: Kevin F Date: Tue, 14 Jun 2022 10:55:38 -0500 Subject: [PATCH] Don't write python bytecode --- onionr.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/onionr.sh b/onionr.sh index 0b7d898c..3d1f3e72 100755 --- a/onionr.sh +++ b/onionr.sh @@ -1,6 +1,7 @@ #!/bin/sh ORIG_ONIONR_RUN_DIR=`pwd` export ORIG_ONIONR_RUN_DIR +export PYTHONDONTWRITEBYTECODE=1 cd "$(dirname "$0")" cd src ./__init__.py "$@" \ No newline at end of file