changeset 395:078a8053be9f

shell: stop using PYTHONPATH, because it's a bad idea now
author Augie Fackler <raf@durin42.com>
date Mon, 27 Jun 2016 16:30:57 -0400
parents 2f05f081d9c1
children 980b3df541cd
files .shell.d/50.common_env.sh
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/.shell.d/50.common_env.sh
+++ b/.shell.d/50.common_env.sh
@@ -13,8 +13,5 @@ export LESS="-R"
 insert_path_element ~/unixSoft/bin
 unset MANPATH # smart man(1)s autodetect that from PATH.
 
-insert_element_into_var "$HOME/unixSoft/lib/python" PYTHONPATH
-insert_element_into_var /opt/hg/lib/python PYTHONPATH
-
 insert_path_element /opt/hg/bin
 export LESS=FSRX