diff --git a/env.darwin b/env.darwin index fc9eb81..f20f67b 100644 --- a/env.darwin +++ b/env.darwin @@ -1,7 +1,9 @@ # vim: set ft=zsh: # Eryn Wells -prepend-to-path "$HOME/Library/Python/2.7/bin" +for f in `ls "$HOME/Library/Python"`; do + prepend-to-path "$HOME/Library/Python/$f/bin" +done prepend-to-path "/usr/local/go/bin" py27local="$HOME/Library/Python/2.7/lib/python/site-packages"