From 99a02bdb1232bc1169f385d30269d45057d2bfd9 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Wed, 30 Dec 2015 17:37:42 +0100 Subject: env: Set pythonpath TODO: figure out why that was needed and add a comment --- .config/bash/environment.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/bash/environment.sh b/.config/bash/environment.sh index c3b4eba..e11efa3 100644 --- a/.config/bash/environment.sh +++ b/.config/bash/environment.sh @@ -62,3 +62,5 @@ export LIBQUVI_SCRIPTS_DIR="${HOME}/.local/share/libquvi-scripts/" # Include npm definitions source ~/.config/bash/npm-path.sh + +export PYTHONPATH="${HOME}/.local/lib/python" -- cgit