comparison .shell.d/50.common_env.sh @ 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 1e4a6dcc043d
children 5c60aa185a97
comparison
equal deleted inserted replaced
394:2f05f081d9c1 395:078a8053be9f
11 export LESS="-R" 11 export LESS="-R"
12 12
13 insert_path_element ~/unixSoft/bin 13 insert_path_element ~/unixSoft/bin
14 unset MANPATH # smart man(1)s autodetect that from PATH. 14 unset MANPATH # smart man(1)s autodetect that from PATH.
15 15
16 insert_element_into_var "$HOME/unixSoft/lib/python" PYTHONPATH
17 insert_element_into_var /opt/hg/lib/python PYTHONPATH
18
19 insert_path_element /opt/hg/bin 16 insert_path_element /opt/hg/bin
20 export LESS=FSRX 17 export LESS=FSRX