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