Mercurial > dotfiles
changeset 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 | 23792e59d173 |
children | 577c824c2288 |
files | .shell.d/50.common_env.sh |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/.shell.d/50.common_env.sh +++ b/.shell.d/50.common_env.sh @@ -11,6 +11,8 @@ export CVS_RSH='ssh' export LESS="-R" insert_path_element ~/unixSoft/bin +insert_path_element ~/Library/Python/2.7/bin +insert_path_element ~/Library/Python/3.5/bin unset MANPATH # smart man(1)s autodetect that from PATH. insert_path_element /opt/hg/bin