From 4f8c1491dd40e6c227a249c963109033f5a72616 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Tue, 21 Jan 2014 08:17:48 -0800 Subject: [PATCH] Remove /usr/local/share/python3 from $path -- no longer needed for Homebrew --- env.darwin | 1 - 1 file changed, 1 deletion(-) diff --git a/env.darwin b/env.darwin index 48dbf93..0c6bc9f 100644 --- a/env.darwin +++ b/env.darwin @@ -2,7 +2,6 @@ # Eryn Wells [[ -d "$HOME/Library/Python/2.7/bin" ]] && path=("$HOME/Library/Python/2.7/bin" $path) -[[ -d "/usr/local/share/python3" ]] && path+=("/usr/local/share/python3") export PATH