# HG changeset patch # User Augie Fackler # Date 1469715318 14400 # Node ID 5c60aa185a97cf1ae4850f664a7a9f0fb1ef60f8 # Parent 23792e59d173f185e9e86821f7968f870ba3b239 common_env: add pip --user paths on OS X to PATH diff --git a/.shell.d/50.common_env.sh b/.shell.d/50.common_env.sh --- 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