From b941ae304c0dbfeeab539bd8331361231632659e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 16 Aug 2021 14:54:40 +0300 Subject: bashrc: tell Python to not write bytecode files Sponsored-by: author --- bashrc | 1 + 1 file changed, 1 insertion(+) (limited to 'bashrc') diff --git a/bashrc b/bashrc index e440c88..e430dba 100644 --- a/bashrc +++ b/bashrc @@ -205,6 +205,7 @@ export LANG=en_US.UTF-8 export LC_COLLATE=fi_FI.UTF-8 export ANSIBLE_ROLES_PATH="$HOME/code/debian-ansible/roles:$HOME/pers/debian-ansible/roles" export ANSIBLE_STDOUT_CALLBACK=yaml +export PYTHONDONTWRITEBYTECODE=1 PROMPT_DIRTRIM=1 -- cgit v1.2.1