diff .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
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