From acf0adb2a9402dcce4abbc9f31b2e5dd5bacce82 Mon Sep 17 00:00:00 2001 From: Context 77 <126421199+ctx77@users.noreply.github.com> Date: Sun, 2 Mar 2025 23:18:42 +0100 Subject: [PATCH] do not write bytecode-dirs --- nix-bot-run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/nix-bot-run.sh b/nix-bot-run.sh index 818a315..c12cc46 100755 --- a/nix-bot-run.sh +++ b/nix-bot-run.sh @@ -3,6 +3,7 @@ # Directory of the virtual environment #VENV="./FaustBotVEnv" +export PYTHONDONTWRITEBYTECODE=1 venv() { :