comparison .shell.d/50.common_env.sh @ 403:5c60aa185a97

common_env: add pip --user paths on OS X to PATH
author Augie Fackler <raf@durin42.com>
date Thu, 28 Jul 2016 10:15:18 -0400
parents 078a8053be9f
children b2be3e77b64a
comparison
equal deleted inserted replaced
402:23792e59d173 403:5c60aa185a97
9 export SVN_MERGE='svn-hgmerge.py' 9 export SVN_MERGE='svn-hgmerge.py'
10 export CVS_RSH='ssh' 10 export CVS_RSH='ssh'
11 export LESS="-R" 11 export LESS="-R"
12 12
13 insert_path_element ~/unixSoft/bin 13 insert_path_element ~/unixSoft/bin
14 insert_path_element ~/Library/Python/2.7/bin
15 insert_path_element ~/Library/Python/3.5/bin
14 unset MANPATH # smart man(1)s autodetect that from PATH. 16 unset MANPATH # smart man(1)s autodetect that from PATH.
15 17
16 insert_path_element /opt/hg/bin 18 insert_path_element /opt/hg/bin
17 export LESS=FSRX 19 export LESS=FSRX