Remove /usr/local/share/python3 from $path -- no longer needed for Homebrew

This commit is contained in:
Eryn Wells 2014-01-21 08:17:48 -08:00
parent 248fb11de9
commit 4f8c1491dd

View file

@ -2,7 +2,6 @@
# Eryn Wells <eryn@erynwells.me>
[[ -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