From e717c753c8c3d00ce3e13bdfebc4d98ea5af4432 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 2 Apr 2011 11:41:03 -0400 Subject: [PATCH] PYTHON DON'T WRITE BYECODEZ! --- .oh-my-zsh/custom/python.zsh | 1 + 1 file changed, 1 insertion(+) create mode 100644 .oh-my-zsh/custom/python.zsh diff --git a/.oh-my-zsh/custom/python.zsh b/.oh-my-zsh/custom/python.zsh new file mode 100644 index 0000000..24b7898 --- /dev/null +++ b/.oh-my-zsh/custom/python.zsh @@ -0,0 +1 @@ +export PYTHONDONTWRITEBYTECODE="1"; \ No newline at end of file