From a07fff39f3b262fd34335149e9789ddd7411f901 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Fri, 26 May 2023 15:12:54 +0100 Subject: [PATCH] Remove python.bash --- bashrc.d/python.bash | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 bashrc.d/python.bash diff --git a/bashrc.d/python.bash b/bashrc.d/python.bash deleted file mode 100644 index a33caee..0000000 --- a/bashrc.d/python.bash +++ /dev/null @@ -1,2 +0,0 @@ -export PYTHONPATH=$HOME/lib/python2.7/site-packages/ -export PYTHONDONTWRITEBYTECODE=1